Class: Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationIdNamespaceAssociationInput
- Includes:
- Structure
- Defined in:
- 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.
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_identifier ⇒ String
The unique identifier of the ID namespace association that you want to retrieve.
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 |