class Aws::ConfigService::Types::DeleteResourceConfigRequest

@note When making an API call, you may pass DeleteResourceConfigRequest

data as a hash:

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

@!attribute [rw] resource_type

The type of the resource.
@return [String]

@!attribute [rw] resource_id

Unique identifier of the resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteResourceConfigRequest AWS API Documentation

Constants

SENSITIVE