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

Class: Aws::ConfigService::Types::DeleteResourceConfigRequest

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

Overview

Note:

When passing DeleteResourceConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_type: "ResourceTypeString", # required
  resource_id: "ResourceId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

Unique identifier of the resource.

Returns:

  • (String)

    Unique identifier of the resource.

#resource_typeString

The type of the resource.

Returns:

  • (String)

    The type of the resource.