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.
-
#service_role ⇒ String
The service role of the domain.
-
#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.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :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.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the Amazon DataZone domain.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Specifies the timestamp of when the domain was last updated.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the ‘UpdateDomain` action.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#root_domain_unit_id ⇒ String
The ID of the root domain unit.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The service role of the domain.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#single_sign_on ⇒ Types::SingleSignOn
The single sign-on option of the Amazon DataZone domain.
18760 18761 18762 18763 18764 18765 18766 18767 18768 18769 18770 18771 |
# File 'lib/aws-sdk-datazone/types.rb', line 18760 class UpdateDomainOutput < Struct.new( :description, :domain_execution_role, :id, :last_updated_at, :name, :root_domain_unit_id, :service_role, :single_sign_on) SENSITIVE = [] include Aws::Structure end |