Class: Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.
-
#id_namespace_association_identifier ⇒ String
The unique identifier of the ID namespace association that you want to retrieve.
Instance Attribute Details
#collaboration_identifier ⇒ String
The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.
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_identifier ⇒ String
The unique identifier of the ID namespace association that you want to retrieve.
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 |