Class: Aws::Proton::Types::DeleteServiceSyncConfigOutput

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 for the service sync config.



1680
1681
1682
1683
1684
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1680

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