Class: Aws::Proton::Types::DeleteTemplateSyncConfigOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteTemplateSyncConfigOutput
 
 
- Defined in:
 - gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #template_sync_config  ⇒ Types::TemplateSyncConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The template sync configuration detail data that's returned by Proton.
 
Instance Attribute Details
#template_sync_config ⇒ Types::TemplateSyncConfig
The template sync configuration detail data that's returned by Proton.
      1768 1769 1770 1771 1772  | 
    
      # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1768 class DeleteTemplateSyncConfigOutput < Struct.new( :template_sync_config) SENSITIVE = [] include Aws::Structure end  |