Class: Aws::CleanRooms::Types::PrivacyBudgetSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::PrivacyBudgetSummary
 
- Defined in:
- gems/aws-sdk-cleanrooms/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
- 
  
    
      #budget  ⇒ Types::PrivacyBudget 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The provided privacy budget. 
- 
  
    
      #collaboration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the collaboration that contains this privacy budget. 
- 
  
    
      #collaboration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the collaboration that contains this privacy budget. 
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the privacy budget was created. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the privacy budget. 
- 
  
    
      #membership_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the member who created the privacy budget summary. 
- 
  
    
      #membership_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for a membership resource. 
- 
  
    
      #privacy_budget_template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the privacy budget template. 
- 
  
    
      #privacy_budget_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the privacy budget template. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the type of the privacy budget. 
- 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The most recent time at which the privacy budget was updated. 
Instance Attribute Details
#budget ⇒ Types::PrivacyBudget
The provided privacy budget.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_arn ⇒ String
The ARN of the collaboration that contains this privacy budget.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_id ⇒ String
The unique identifier of the collaboration that contains this privacy budget.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_time ⇒ Time
The time at which the privacy budget was created.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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 | 
#id ⇒ String
The unique identifier of the privacy budget.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_arn ⇒ String
The Amazon Resource Name (ARN) of the member who created the privacy budget summary.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_id ⇒ String
The identifier for a membership resource.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_arn ⇒ String
The ARN of the privacy budget template.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_id ⇒ String
The unique identifier of the privacy budget template.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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 | 
#type ⇒ String
Specifies the type of the privacy budget.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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_time ⇒ Time
The most recent time at which the privacy budget was updated.
| 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7416 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 |