Class: Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_budget_resource_arnString

The Amazon Resource Name (ARN) of the Configured Table Association (ConfiguredTableAssociation) used to filter privacy budgets.

Returns:

  • (String)


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_identifierString

A unique identifier for one of your collaborations.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


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_typeString

Specifies the type of the privacy budget.

Returns:

  • (String)


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