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.



1831
1832
1833
1834
1835
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1831

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