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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6448
6449
6450
6451
6452
6453
# File 'lib/aws-sdk-datazone/types.rb', line 6448

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

#identifierString

The ID of the account pool to be deleted.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
# File 'lib/aws-sdk-datazone/types.rb', line 6448

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