Class: Aws::Proton::Types::DeleteServiceSyncConfigInput

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_nameString

The name of the service that you want to delete the service sync configuration for.

Returns:

  • (String)


1668
1669
1670
1671
1672
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1668

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