Class: Aws::CleanRooms::Types::GetIdNamespaceAssociationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_namespace_association_identifierString

The unique identifier of the ID namespace association that you want to retrieve.

Returns:

  • (String)


3933
3934
3935
3936
3937
3938
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3933

class GetIdNamespaceAssociationInput < Struct.new(
  :id_namespace_association_identifier,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique identifier of the membership that contains the ID namespace association that you want to retrieve.

Returns:

  • (String)


3933
3934
3935
3936
3937
3938
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3933

class GetIdNamespaceAssociationInput < Struct.new(
  :id_namespace_association_identifier,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end