Class: Aws::SSM::Types::DeleteResourceDataSyncRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_nameString

The name of the configuration to delete.

Returns:

  • (String)


4338
4339
4340
4341
4342
4343
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4338

class DeleteResourceDataSyncRequest < Struct.new(
  :sync_name,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end

#sync_typeString

Specify the type of resource data sync to delete.

Returns:

  • (String)


4338
4339
4340
4341
4342
4343
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4338

class DeleteResourceDataSyncRequest < Struct.new(
  :sync_name,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end