Class: Aws::DataZone::Types::AccountPoolSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AccountPoolSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The summary of the account pool.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#created_by ⇒ String
The user who created the account pool.
-
#domain_id ⇒ String
The ID of the domain.
-
#domain_unit_id ⇒ String
The ID of the domain unit.
-
#id ⇒ String
The ID of the account pool.
-
#name ⇒ String
The name of the account pool.
-
#resolution_strategy ⇒ String
The mechanism used to resolve the account selection from the account pool.
-
#updated_by ⇒ String
The user who updated the account pool.
Instance Attribute Details
#created_by ⇒ String
The user who created the account pool.
331 332 333 334 335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 331 class AccountPoolSummary < Struct.new( :created_by, :domain_id, :domain_unit_id, :id, :name, :resolution_strategy, :updated_by) SENSITIVE = [:name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain.
331 332 333 334 335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 331 class AccountPoolSummary < Struct.new( :created_by, :domain_id, :domain_unit_id, :id, :name, :resolution_strategy, :updated_by) SENSITIVE = [:name] include Aws::Structure end |
#domain_unit_id ⇒ String
The ID of the domain unit.
331 332 333 334 335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 331 class AccountPoolSummary < Struct.new( :created_by, :domain_id, :domain_unit_id, :id, :name, :resolution_strategy, :updated_by) SENSITIVE = [:name] include Aws::Structure end |
#id ⇒ String
The ID of the account pool.
331 332 333 334 335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 331 class AccountPoolSummary < Struct.new( :created_by, :domain_id, :domain_unit_id, :id, :name, :resolution_strategy, :updated_by) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the account pool.
331 332 333 334 335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 331 class AccountPoolSummary < Struct.new( :created_by, :domain_id, :domain_unit_id, :id, :name, :resolution_strategy, :updated_by) SENSITIVE = [:name] include Aws::Structure end |
#resolution_strategy ⇒ String
The mechanism used to resolve the account selection from the account pool.
331 332 333 334 335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 331 class AccountPoolSummary < Struct.new( :created_by, :domain_id, :domain_unit_id, :id, :name, :resolution_strategy, :updated_by) SENSITIVE = [:name] include Aws::Structure end |
#updated_by ⇒ String
The user who updated the account pool.
331 332 333 334 335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 331 class AccountPoolSummary < Struct.new( :created_by, :domain_id, :domain_unit_id, :id, :name, :resolution_strategy, :updated_by) SENSITIVE = [:name] include Aws::Structure end |