Method: Aws::CodeStarconnections::Types::UpdateSyncConfigurationOutput#sync_configuration
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#sync_configuration ⇒ Types::SyncConfiguration
The information returned for the sync configuration to be updated.
1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1813 class UpdateSyncConfigurationOutput < Struct.new( :sync_configuration) SENSITIVE = [] include Aws::Structure end |