Class: Aws::DataZone::Types::AccountPoolSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_byString

The user who created the account pool.

Returns:

  • (String)


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_idString

The ID of the domain.

Returns:

  • (String)


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_idString

The ID of the domain unit.

Returns:

  • (String)


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

#idString

The ID of the account pool.

Returns:

  • (String)


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

#nameString

The name of the account pool.

Returns:

  • (String)


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_strategyString

The mechanism used to resolve the account selection from the account pool.

Returns:

  • (String)


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_byString

The user who updated the account pool.

Returns:

  • (String)


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