Class: Aws::CleanRooms::Types::ListPrivacyBudgetTemplatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListPrivacyBudgetTemplatesInput
- 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
A unique identifier for one of your memberships for a collaboration.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page 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.
5134 5135 5136 5137 5138 5139 5140 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5134 class ListPrivacyBudgetTemplatesInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
5134 5135 5136 5137 5138 5139 5140 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5134 class ListPrivacyBudgetTemplatesInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
5134 5135 5136 5137 5138 5139 5140 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5134 class ListPrivacyBudgetTemplatesInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |