Class: Aws::Proton::Types::GetServiceSyncConfigOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 requested service sync configuration.



3146
3147
3148
3149
3150
# File 'lib/aws-sdk-proton/types.rb', line 3146

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