Class: Aws::DataZone::Types::UpdateDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateDomainInput
- Includes:
- Structure
- Defined in:
- 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.
15477 15478 15479 15480 15481 15482 15483 15484 15485 15486 |
# File 'lib/aws-sdk-datazone/types.rb', line 15477 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.
15477 15478 15479 15480 15481 15482 15483 15484 15485 15486 |
# File 'lib/aws-sdk-datazone/types.rb', line 15477 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.
15477 15478 15479 15480 15481 15482 15483 15484 15485 15486 |
# File 'lib/aws-sdk-datazone/types.rb', line 15477 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.
15477 15478 15479 15480 15481 15482 15483 15484 15485 15486 |
# File 'lib/aws-sdk-datazone/types.rb', line 15477 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.
15477 15478 15479 15480 15481 15482 15483 15484 15485 15486 |
# File 'lib/aws-sdk-datazone/types.rb', line 15477 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.
15477 15478 15479 15480 15481 15482 15483 15484 15485 15486 |
# File 'lib/aws-sdk-datazone/types.rb', line 15477 class UpdateDomainInput < Struct.new( :client_token, :description, :domain_execution_role, :identifier, :name, :single_sign_on) SENSITIVE = [] include Aws::Structure end |