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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



348
349
350
351
352
# File 'lib/aws-sdk-codeconnections/types.rb', line 348

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