Class: Aws::CodeConnections::Types::CreateSyncConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::CreateSyncConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sync_configuration ⇒ Types::SyncConfiguration
The created sync configuration for the connection.
Instance Attribute Details
#sync_configuration ⇒ Types::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 |