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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


4655
4656
4657
4658
4659
4660
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4655

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)


4655
4656
4657
4658
4659
4660
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4655

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