Class: Aws::Proton::Types::CreateServiceTemplateOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::CreateServiceTemplateOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #service_template  ⇒ Types::ServiceTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service template detail data that’s returned by Proton.
 
Instance Attribute Details
#service_template ⇒ Types::ServiceTemplate
The service template detail data that’s returned by Proton.
      1304 1305 1306 1307 1308  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1304 class CreateServiceTemplateOutput < Struct.new( :service_template) SENSITIVE = [] include Aws::Structure end  |