Class: Aws::CodeStarconnections::Types::CreateSyncConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::CreateSyncConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
342 343 344 345 346 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 342 class CreateSyncConfigurationOutput < Struct.new( :sync_configuration) SENSITIVE = [] include Aws::Structure end |