Class: Aws::CodeConnections::Types::UpdateSyncConfigurationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_configurationTypes::SyncConfiguration

The information returned for the sync configuration to be updated.



1813
1814
1815
1816
1817
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1813

class UpdateSyncConfigurationOutput < Struct.new(
  :sync_configuration)
  SENSITIVE = []
  include Aws::Structure
end