Class: Aws::Proton::Types::GetServiceSyncConfigOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetServiceSyncConfigOutput
 
 
- 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 of the requested service sync configuration.
 
Instance Attribute Details
#service_sync_config ⇒ Types::ServiceSyncConfig
The detailed data of the requested service sync configuration.
      3146 3147 3148 3149 3150  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3146 class GetServiceSyncConfigOutput < Struct.new( :service_sync_config) SENSITIVE = [] include Aws::Structure end  |