Class: Aws::CodeStarconnections::Types::UpdateSyncConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UpdateSyncConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sync_configuration ⇒ Types::SyncConfiguration
The information returned for the sync configuration to be updated.
Instance Attribute Details
#sync_configuration ⇒ Types::SyncConfiguration
The information returned for the sync configuration to be updated.
1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1813 class UpdateSyncConfigurationOutput < Struct.new( :sync_configuration) SENSITIVE = [] include Aws::Structure end |