Class: Aws::CleanRooms::Types::PrivacyBudgetTemplateSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::PrivacyBudgetTemplateSummary
 
- 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
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the privacy budget template. 
- 
  
    
      #collaboration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the collaboration that contains this privacy budget template. 
- 
  
    
      #collaboration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID of the collaboration that contains this privacy budget template. 
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the privacy budget template was created. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the privacy budget template. 
- 
  
    
      #membership_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the member who created the privacy budget template. 
- 
  
    
      #membership_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for a membership resource. 
- 
  
    
      #privacy_budget_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the privacy budget template. 
- 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The most recent time at which the privacy budget template was updated. 
Instance Attribute Details
#arn ⇒ String
The ARN of the privacy budget template.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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_arn ⇒ String
The ARN of the collaboration that contains this privacy budget template.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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_id ⇒ String
The unique ID of the collaboration that contains this privacy budget template.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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_time ⇒ Time
The time at which the privacy budget template was created.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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 | 
#id ⇒ String
The unique identifier of the privacy budget template.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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_arn ⇒ String
The Amazon Resource Name (ARN) of the member who created the privacy budget template.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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_id ⇒ String
The identifier for a membership resource.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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_type ⇒ String
The type of the privacy budget template.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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_time ⇒ Time
The most recent time at which the privacy budget template was updated.
| 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7613 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 |