Class: Aws::CleanRooms::Types::ListCollaborationIdNamespaceAssociationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationIdNamespaceAssociationsInput
- 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 associations that you want to retrieve.
-
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#collaboration_identifier ⇒ String
The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
5241 5242 5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5241 class ListCollaborationIdNamespaceAssociationsInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.>
5241 5242 5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5241 class ListCollaborationIdNamespaceAssociationsInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
5241 5242 5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5241 class ListCollaborationIdNamespaceAssociationsInput < Struct.new( :collaboration_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |