class Aws::ConfigService::Types::RemediationExceptionResourceKey

The details that identify a resource within Config, including the resource type and resource ID.

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

data as a hash:

    {
      resource_type: "StringWithCharLimit256",
      resource_id: "StringWithCharLimit1024",
    }

@!attribute [rw] resource_type

The type of a resource.
@return [String]

@!attribute [rw] resource_id

The ID of the resource (for example., sg-xxxxxx).
@return [String]

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

Constants

SENSITIVE