Class: Aws::Proton::Types::UpdateServiceSyncConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceSyncConfigOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_sync_config ⇒ Types::ServiceSyncConfig
The detailed data of the Proton Ops file.
Instance Attribute Details
#service_sync_config ⇒ Types::ServiceSyncConfig
The detailed data of the Proton Ops file.
6532 6533 6534 6535 6536 |
# File 'lib/aws-sdk-proton/types.rb', line 6532 class UpdateServiceSyncConfigOutput < Struct.new( :service_sync_config) SENSITIVE = [] include Aws::Structure end |