Class: Aws::SSM::Types::DeleteResourceDataSyncRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteResourceDataSyncRequest
- Defined in:
- gems/aws-sdk-ssm/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.
4489 4490 4491 4492 4493 4494 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4489 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.
4489 4490 4491 4492 4493 4494 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4489 class DeleteResourceDataSyncRequest < Struct.new( :sync_name, :sync_type) SENSITIVE = [] include Aws::Structure end |