Struct rusoto_config::ResourceIdentifier [] [src]

pub struct ResourceIdentifier {
    pub resource_deletion_time: Option<ResourceDeletionTime>,
    pub resource_id: Option<ResourceId>,
    pub resource_name: Option<ResourceName>,
    pub resource_type: Option<ResourceType>,
}

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

Fields

The time that the resource was deleted.

The ID of the resource (for example., sg-xxxxxx).

The custom name of the resource (if available).

The type of resource.

Trait Implementations

impl Default for ResourceIdentifier
[src]

Returns the "default value" for a type. Read more

impl Debug for ResourceIdentifier
[src]

Formats the value using the given formatter.

impl Clone for ResourceIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more