Class: Aws::CleanRooms::Types::ListCollaborationPrivacyBudgetTemplatesInput

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)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3419

class ListCollaborationPrivacyBudgetTemplatesInput < Struct.new(
  :collaboration_identifier,
  :next_token,
  :max_results)
  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)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3419

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

#next_tokenString

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

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3419

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