Class: Aws::Proton::Types::GetServiceTemplateVersionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetServiceTemplateVersionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #service_template_version  ⇒ Types::ServiceTemplateVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The detailed data of the requested service template version.
 
Instance Attribute Details
#service_template_version ⇒ Types::ServiceTemplateVersion
The detailed data of the requested service template version.
      3208 3209 3210 3211 3212  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3208 class GetServiceTemplateVersionOutput < Struct.new( :service_template_version) SENSITIVE = [] include Aws::Structure end  |