Class: Aws::CleanRooms::Types::PrivacyBudgetSummary

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

Overview

An array that summaries the specified privacy budget. This summary includes collaboration information, creation information, membership information, and privacy budget information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budgetTypes::PrivacyBudget

The provided privacy budget.



6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The ARN of the collaboration that contains this privacy budget.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

The unique identifier of the collaboration that contains this privacy budget.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the privacy budget was created.

Returns:

  • (Time)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the privacy budget.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

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

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The identifier for a membership resource.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_template_arnString

The ARN of the privacy budget template.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#privacy_budget_template_idString

The unique identifier of the privacy budget template.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies the type of the privacy budget.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

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

Returns:

  • (Time)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6196

class PrivacyBudgetSummary < Struct.new(
  :id,
  :privacy_budget_template_id,
  :privacy_budget_template_arn,
  :membership_id,
  :membership_arn,
  :collaboration_id,
  :collaboration_arn,
  :type,
  :create_time,
  :update_time,
  :budget)
  SENSITIVE = []
  include Aws::Structure
end