Class: Aws::DataZone::Types::GetAccountPoolInput

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 in which the account pool lives whose details are to be displayed.

Returns:

  • (String)


7893
7894
7895
7896
7897
7898
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7893

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

#identifierString

The ID of the account pool whose details are to be displayed.

Returns:

  • (String)


7893
7894
7895
7896
7897
7898
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7893

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