Class: Aws::Proton::Types::UpdateServiceSyncConfigOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_sync_configTypes::ServiceSyncConfig

The detailed data of the Proton Ops file.



6532
6533
6534
6535
6536
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6532

class UpdateServiceSyncConfigOutput < Struct.new(
  :service_sync_config)
  SENSITIVE = []
  include Aws::Structure
end