Class: Aws::DataZone::Types::UpdateDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateDomainInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#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. -
#identifier ⇒ String
The ID of the Amazon Web Services domain that is to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateDomain
action. -
#single_sign_on ⇒ Types::SingleSignOn
The single sign-on option to be updated as part of the
UpdateDomain
action.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14853 class UpdateDomainInput < Struct.new( :client_token, :description, :domain_execution_role, :identifier, :name, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description to be updated as part of the UpdateDomain
action.
14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14853 class UpdateDomainInput < Struct.new( :client_token, :description, :domain_execution_role, :identifier, :name, :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.
14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14853 class UpdateDomainInput < Struct.new( :client_token, :description, :domain_execution_role, :identifier, :name, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the Amazon Web Services domain that is to be updated.
14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14853 class UpdateDomainInput < Struct.new( :client_token, :description, :domain_execution_role, :identifier, :name, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateDomain
action.
14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14853 class UpdateDomainInput < Struct.new( :client_token, :description, :domain_execution_role, :identifier, :name, :single_sign_on) SENSITIVE = [] include Aws::Structure end |
#single_sign_on ⇒ Types::SingleSignOn
The single sign-on option to be updated as part of the
UpdateDomain
action.
14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14853 class UpdateDomainInput < Struct.new( :client_token, :description, :domain_execution_role, :identifier, :name, :single_sign_on) SENSITIVE = [] include Aws::Structure end |