Class: Aws::SSM::Types::DeleteResourceDataSyncRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteResourceDataSyncRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sync_name ⇒ String
The name of the configuration to delete.
-
#sync_type ⇒ String
Specify the type of resource data sync to delete.
Instance Attribute Details
#sync_name ⇒ String
The name of the configuration to delete.
4358 4359 4360 4361 4362 4363 |
# File 'lib/aws-sdk-ssm/types.rb', line 4358 class DeleteResourceDataSyncRequest < Struct.new( :sync_name, :sync_type) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
Specify the type of resource data sync to delete.
4358 4359 4360 4361 4362 4363 |
# File 'lib/aws-sdk-ssm/types.rb', line 4358 class DeleteResourceDataSyncRequest < Struct.new( :sync_name, :sync_type) SENSITIVE = [] include Aws::Structure end |