Class: Aws::CleanRooms::Types::GetCollaborationPrivacyBudgetTemplateInput

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)


2952
2953
2954
2955
2956
2957
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2952

class GetCollaborationPrivacyBudgetTemplateInput < Struct.new(
  :collaboration_identifier,
  :privacy_budget_template_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_template_identifierString

A unique identifier for one of your privacy budget templates.

Returns:

  • (String)


2952
2953
2954
2955
2956
2957
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2952

class GetCollaborationPrivacyBudgetTemplateInput < Struct.new(
  :collaboration_identifier,
  :privacy_budget_template_identifier)
  SENSITIVE = []
  include Aws::Structure
end