You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteResourceDataSyncRequest as input to an Aws::Client method, you can use a vanilla 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)

    The name of the configuration to delete.

#sync_typeString

Specify the type of resource data sync to delete.

Returns:

  • (String)

    Specify the type of resource data sync to delete.