Class: Aws::CodeConnections::Types::CreateSyncConfigurationOutput

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 created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.



342
343
344
345
346
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 342

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