Struct rusoto_config::ResourceKey[][src]

pub struct ResourceKey {
    pub resource_id: String,
    pub resource_type: String,
}

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

Fields

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

The resource type.

Trait Implementations

impl Default for ResourceKey
[src]

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

impl Debug for ResourceKey
[src]

Formats the value using the given formatter. Read more

impl Clone for ResourceKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ResourceKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ResourceKey

impl Sync for ResourceKey