Class: Aws::CleanRooms::Types::PrivacyBudgetTemplateSummary

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

Overview

A summary of the privacy budget template. The summary includes membership information, collaboration information, and creation information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the privacy budget template.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The ARN of the collaboration that contains this privacy budget template.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

The unique ID of the collaboration that contains this privacy budget template.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the privacy budget template was created.

Returns:

  • (Time)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the privacy budget template.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The Amazon Resource Name (ARN) of the member who created the privacy budget template.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The identifier for a membership resource.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_typeString

The type of the privacy budget template.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the privacy budget template was updated.

Returns:

  • (Time)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4625

class PrivacyBudgetTemplateSummary < Struct.new(
  :id,
  :arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :privacy_budget_type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end