Class: Aws::Proton::Types::DeleteServiceSyncConfigOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteServiceSyncConfigOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #service_sync_config  ⇒ Types::ServiceSyncConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The detailed data for the service sync config.
 
Instance Attribute Details
#service_sync_config ⇒ Types::ServiceSyncConfig
The detailed data for the service sync config.
      1680 1681 1682 1683 1684  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1680 class DeleteServiceSyncConfigOutput < Struct.new( :service_sync_config) SENSITIVE = [] include Aws::Structure end  |