Class: Aws::CleanRooms::Types::ListPrivacyBudgetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListPrivacyBudgetsInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_budget_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the access budget resource to filter privacy budgets by.
-
#max_results ⇒ Integer
The maximum number of results that are returned for an API request call.
-
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#privacy_budget_type ⇒ String
The privacy budget type.
Instance Attribute Details
#access_budget_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the access budget resource to filter privacy budgets by.
6384 6385 6386 6387 6388 6389 6390 6391 6392 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6384 class ListPrivacyBudgetsInput < Struct.new( :membership_identifier, :privacy_budget_type, :next_token, :max_results, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that are returned for an API request
call. The service chooses a default number if you don't set one.
The service might return a nextToken even if the maxResults
value has not been met.
6384 6385 6386 6387 6388 6389 6390 6391 6392 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6384 class ListPrivacyBudgetsInput < Struct.new( :membership_identifier, :privacy_budget_type, :next_token, :max_results, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
6384 6385 6386 6387 6388 6389 6390 6391 6392 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6384 class ListPrivacyBudgetsInput < Struct.new( :membership_identifier, :privacy_budget_type, :next_token, :max_results, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
6384 6385 6386 6387 6388 6389 6390 6391 6392 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6384 class ListPrivacyBudgetsInput < Struct.new( :membership_identifier, :privacy_budget_type, :next_token, :max_results, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_type ⇒ String
The privacy budget type.
6384 6385 6386 6387 6388 6389 6390 6391 6392 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6384 class ListPrivacyBudgetsInput < Struct.new( :membership_identifier, :privacy_budget_type, :next_token, :max_results, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |