Class: Aws::Proton::Types::DeleteServiceSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteServiceSyncConfigInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the service that you want to delete the service sync configuration for.
Instance Attribute Details
#service_name ⇒ String
The name of the service that you want to delete the service sync configuration for.
1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-proton/types.rb', line 1668 class DeleteServiceSyncConfigInput < Struct.new( :service_name) SENSITIVE = [] include Aws::Structure end |