Class: Aws::CleanRooms::Types::ListIdNamespaceAssociationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListIdNamespaceAssociationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association that you want to view.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#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.
5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5077 class ListIdNamespaceAssociationsInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association that you want to view.
5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5077 class ListIdNamespaceAssociationsInput < Struct.new( :membership_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.
5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5077 class ListIdNamespaceAssociationsInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |