Class: Aws::CleanRooms::Types::ListCollaborationIdNamespaceAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationIdNamespaceAssociationsOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_id_namespace_association_summaries ⇒ Array<Types::CollaborationIdNamespaceAssociationSummary>
The summary information of the collaboration ID namespace associations that you requested.
-
#next_token ⇒ String
The token value provided to access the next page of results.
Instance Attribute Details
#collaboration_id_namespace_association_summaries ⇒ Array<Types::CollaborationIdNamespaceAssociationSummary>
The summary information of the collaboration ID namespace associations that you requested.
5960 5961 5962 5963 5964 5965 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5960 class ListCollaborationIdNamespaceAssociationsOutput < Struct.new( :next_token, :collaboration_id_namespace_association_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value provided to access the next page of results.
5960 5961 5962 5963 5964 5965 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5960 class ListCollaborationIdNamespaceAssociationsOutput < Struct.new( :next_token, :collaboration_id_namespace_association_summaries) SENSITIVE = [] include Aws::Structure end |