Class: Aws::DataZone::Types::DeleteAccountPoolInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where the account pool is deleted.

Returns:

  • (String)


5728
5729
5730
5731
5732
5733
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5728

class DeleteAccountPoolInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the account pool to be deleted.

Returns:

  • (String)


5728
5729
5730
5731
5732
5733
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5728

class DeleteAccountPoolInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end