Class: Aws::DataZone::Types::UpdateAccountPoolInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#account_sourceTypes::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.



19182
19183
19184
19185
19186
19187
19188
19189
19190
19191
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19182

class UpdateAccountPoolInput < Struct.new(
  :account_source,
  :description,
  :domain_identifier,
  :identifier,
  :name,
  :resolution_strategy)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the account pool that is to be udpated.

Returns:

  • (String)


19182
19183
19184
19185
19186
19187
19188
19189
19190
19191
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19182

class UpdateAccountPoolInput < Struct.new(
  :account_source,
  :description,
  :domain_identifier,
  :identifier,
  :name,
  :resolution_strategy)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_identifierString

The domain ID where the account pool that is to be updated lives.

Returns:

  • (String)


19182
19183
19184
19185
19186
19187
19188
19189
19190
19191
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19182

class UpdateAccountPoolInput < Struct.new(
  :account_source,
  :description,
  :domain_identifier,
  :identifier,
  :name,
  :resolution_strategy)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#identifierString

The ID of the account pool that is to be updated.

Returns:

  • (String)


19182
19183
19184
19185
19186
19187
19188
19189
19190
19191
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19182

class UpdateAccountPoolInput < Struct.new(
  :account_source,
  :description,
  :domain_identifier,
  :identifier,
  :name,
  :resolution_strategy)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the account pool that is to be updated.

Returns:

  • (String)


19182
19183
19184
19185
19186
19187
19188
19189
19190
19191
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19182

class UpdateAccountPoolInput < Struct.new(
  :account_source,
  :description,
  :domain_identifier,
  :identifier,
  :name,
  :resolution_strategy)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#resolution_strategyString

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

Returns:

  • (String)


19182
19183
19184
19185
19186
19187
19188
19189
19190
19191
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19182

class UpdateAccountPoolInput < Struct.new(
  :account_source,
  :description,
  :domain_identifier,
  :identifier,
  :name,
  :resolution_strategy)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end