Class: Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationInput

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

#collaboration_identifierString

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

Returns:

  • (String)


3660
3661
3662
3663
3664
3665
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3660

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

#id_namespace_association_identifierString

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

Returns:

  • (String)


3660
3661
3662
3663
3664
3665
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3660

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