Class: Aws::DataZone::Types::UpdateDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateDomainOutput
- Defined in:
- gems/aws-sdk-datazone/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
UpdateDomainaction. -
#domain_execution_role ⇒ String
The domain execution role to be updated as part of the
UpdateDomainaction. -
#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
UpdateDomainaction. -
#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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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.
20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20746 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 |