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

#collaboration_identifierString

A unique identifier for one of your collaborations.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3468

class ListCollaborationPrivacyBudgetsInput < Struct.new(
  :collaboration_identifier,
  :privacy_budget_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


3468
3469
3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3468

class ListCollaborationPrivacyBudgetsInput < Struct.new(
  :collaboration_identifier,
  :privacy_budget_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3468

class ListCollaborationPrivacyBudgetsInput < Struct.new(
  :collaboration_identifier,
  :privacy_budget_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_typeString

Specifies the type of the privacy budget.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3468

class ListCollaborationPrivacyBudgetsInput < Struct.new(
  :collaboration_identifier,
  :privacy_budget_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end