Class: Aws::CodeConnections::Types::UpdateSyncConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::UpdateSyncConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/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.
1831 1832 1833 1834 1835 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1831 class UpdateSyncConfigurationOutput < Struct.new( :sync_configuration) SENSITIVE = [] include Aws::Structure end |