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

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

Overview

Note:

When making an API call, you may pass DeleteResourceDataSyncRequest data as a hash:

{
  sync_name: "ResourceDataSyncName", # required
  sync_type: "ResourceDataSyncType",
}

Instance Attribute Summary collapse

Instance Attribute Details

#sync_nameString

The name of the configuration to delete.

Returns:

  • (String)


3618
3619
3620
3621
3622
# File 'lib/aws-sdk-ssm/types.rb', line 3618

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

#sync_typeString

Specify the type of resource data sync to delete.

Returns:

  • (String)


3618
3619
3620
3621
3622
# File 'lib/aws-sdk-ssm/types.rb', line 3618

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