Class: Aws::DataZone::Types::UpdateDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateDomainOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description to be updated as part of the ‘UpdateDomain` action.
-
#domain_execution_role ⇒ String
The domain execution role to be updated as part of the ‘UpdateDomain` action.
-
#id ⇒ String
The identifier of the Amazon DataZone domain.
-
#last_updated_at ⇒ Time
Specifies the timestamp of when the domain was last updated.
-
#name ⇒ String
The name to be updated as part of the ‘UpdateDomain` action.
-
#root_domain_unit_id ⇒ String
The ID of the root domain unit.
-
#single_sign_on ⇒ Types::SingleSignOn
The single sign-on option of the Amazon DataZone domain.
Instance Attribute Details
#description ⇒ String
The description to be updated as part of the ‘UpdateDomain` action.
15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 |
# File 'lib/aws-sdk-datazone/types.rb', line 15519 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#domain_execution_role ⇒ String
The domain execution role to be updated as part of the ‘UpdateDomain` action.
15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 |
# File 'lib/aws-sdk-datazone/types.rb', line 15519 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the Amazon DataZone domain.
15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 |
# File 'lib/aws-sdk-datazone/types.rb', line 15519 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Specifies the timestamp of when the domain was last updated.
15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 |
# File 'lib/aws-sdk-datazone/types.rb', line 15519 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the ‘UpdateDomain` action.
15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 |
# File 'lib/aws-sdk-datazone/types.rb', line 15519 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#root_domain_unit_id ⇒ String
The ID of the root domain unit.
15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 |
# File 'lib/aws-sdk-datazone/types.rb', line 15519 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#single_sign_on ⇒ Types::SingleSignOn
The single sign-on option of the Amazon DataZone domain.
15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 |
# File 'lib/aws-sdk-datazone/types.rb', line 15519 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :single_sign_on) SENSITIVE = [] include Aws::Structure end |