Class: Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsInput
- 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 Configured Table Association (ConfiguredTableAssociation) used to filter privacy budgets.
-
#collaboration_identifier ⇒ String
A unique identifier for one of your collaborations.
-
#max_results ⇒ Integer
The maximum number of results that are returned for an API request call.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#privacy_budget_type ⇒ String
Specifies the type of the privacy budget.
Instance Attribute Details
#access_budget_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Configured Table Association (ConfiguredTableAssociation) used to filter privacy budgets.
5948 5949 5950 5951 5952 5953 5954 5955 5956 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5948 class ListCollaborationPrivacyBudgetsInput < Struct.new( :collaboration_identifier, :privacy_budget_type, :max_results, :next_token, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |
#collaboration_identifier ⇒ String
A unique identifier for one of your collaborations.
5948 5949 5950 5951 5952 5953 5954 5955 5956 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5948 class ListCollaborationPrivacyBudgetsInput < Struct.new( :collaboration_identifier, :privacy_budget_type, :max_results, :next_token, :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.
5948 5949 5950 5951 5952 5953 5954 5955 5956 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5948 class ListCollaborationPrivacyBudgetsInput < Struct.new( :collaboration_identifier, :privacy_budget_type, :max_results, :next_token, :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.
5948 5949 5950 5951 5952 5953 5954 5955 5956 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5948 class ListCollaborationPrivacyBudgetsInput < Struct.new( :collaboration_identifier, :privacy_budget_type, :max_results, :next_token, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_type ⇒ String
Specifies the type of the privacy budget.
5948 5949 5950 5951 5952 5953 5954 5955 5956 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5948 class ListCollaborationPrivacyBudgetsInput < Struct.new( :collaboration_identifier, :privacy_budget_type, :max_results, :next_token, :access_budget_resource_arn) SENSITIVE = [] include Aws::Structure end |