Class: Aws::DataZone::Types::UpdateAccountPoolOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateAccountPoolOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#account_source ⇒ Types::AccountSource
The source of accounts for the account pool.
-
#created_at ⇒ Time
The timestamp at which the account pool was created.
-
#created_by ⇒ String
The user who created the account pool.
-
#description ⇒ String
The description of the account pool that is to be udpated.
-
#domain_id ⇒ String
The domain ID where the account pool that is to be updated lives.
-
#domain_unit_id ⇒ String
The domain ID in which the account pool that is to be updated lives.
-
#id ⇒ String
The ID of the account pool that is to be updated.
-
#last_updated_at ⇒ Time
The timestamp at which the account pool was last updated.
-
#name ⇒ String
The name of the account pool that is to be updated.
-
#resolution_strategy ⇒ String
The mechanism used to resolve the account selection from the account pool.
-
#updated_by ⇒ String
The user who last updated the account pool.
Instance Attribute Details
#account_source ⇒ Types::AccountSource
The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which the account pool was created.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user who created the account pool.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the account pool that is to be udpated.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The domain ID where the account pool that is to be updated lives.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_id ⇒ String
The domain ID in which the account pool that is to be updated lives.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of the account pool that is to be updated.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp at which the account pool was last updated.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the account pool that is to be updated.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#resolution_strategy ⇒ String
The mechanism used to resolve the account selection from the account pool.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_by ⇒ String
The user who last updated the account pool.
19500 19501 19502 19503 19504 19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19500 class UpdateAccountPoolOutput < Struct.new( :account_source, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :resolution_strategy, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |