Class: Aws::CodeConnections::Types::GetSyncConfigurationOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::GetSyncConfigurationOutput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #sync_configuration  ⇒ Types::SyncConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The details about the sync configuration for which you want to retrieve information. 
Instance Attribute Details
#sync_configuration ⇒ Types::SyncConfiguration
The details about the sync configuration for which you want to retrieve information.
| 657 658 659 660 661 | # File 'lib/aws-sdk-codeconnections/types.rb', line 657 class GetSyncConfigurationOutput < Struct.new( :sync_configuration) SENSITIVE = [] include Aws::Structure end |