Class: Aws::CleanRooms::Types::GetPrivacyBudgetTemplateOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CleanRooms::Types::GetPrivacyBudgetTemplateOutput
 
 
- Defined in:
 - gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #privacy_budget_template  ⇒ Types::PrivacyBudgetTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the details of the privacy budget template that you requested.
 
Instance Attribute Details
#privacy_budget_template ⇒ Types::PrivacyBudgetTemplate
Returns the details of the privacy budget template that you requested.
      4949 4950 4951 4952 4953  | 
    
      # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4949 class GetPrivacyBudgetTemplateOutput < Struct.new( :privacy_budget_template) SENSITIVE = [] include Aws::Structure end  |