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)


5802
5803
5804
5805
5806
5807
# File 'lib/aws-sdk-datazone/types.rb', line 5802

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

#identifierString

The ID of the account pool to be deleted.

Returns:

  • (String)


5802
5803
5804
5805
5806
5807
# File 'lib/aws-sdk-datazone/types.rb', line 5802

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