Class: Aws::DataZone::Types::UpdateDomainOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description to be updated as part of the UpdateDomain action.

Returns:

  • (String)


23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#domain_execution_role ⇒ String

The domain execution role to be updated as part of the UpdateDomain action.

Returns:

  • (String)


23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_at ⇒ Time

Specifies the timestamp of when the domain was last updated.

Returns:

  • (Time)


23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name to be updated as part of the UpdateDomain action.

Returns:

  • (String)


23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#root_domain_unit_id ⇒ String

The ID of the root domain unit.

Returns:

  • (String)


23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_role ⇒ String

The service role of the domain.

Returns:

  • (String)


23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#single_sign_on ⇒ Types::SingleSignOn

The single sign-on option of the Amazon DataZone domain.

Returns:



23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23973

class UpdateDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :service_role,
  :name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end