class Aws::ConfigService::Types::ResourceIdentifier

The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.

@!attribute [rw] resource_type

The type of resource.
@return [String]

@!attribute [rw] resource_id

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

@!attribute [rw] resource_name

The custom name of the resource (if available).
@return [String]

@!attribute [rw] resource_deletion_time

The time that the resource was deleted.
@return [Time]

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

Constants

SENSITIVE