Class: Aws::CleanRooms::Types::ListPrivacyBudgetTemplatesInput

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

#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)


3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3761

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

#membership_identifierString

A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3761

class ListPrivacyBudgetTemplatesInput < Struct.new(
  :membership_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)


3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3761

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