Class: Aws::Proton::Types::DeleteServiceTemplateInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteServiceTemplateInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template to delete.
 
Instance Attribute Details
#name ⇒ String
The name of the service template to delete.
      1692 1693 1694 1695 1696  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1692 class DeleteServiceTemplateInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |