Struct aws_sdk_config::model::ResourceIdentifier [−][src]
#[non_exhaustive]pub struct ResourceIdentifier {
pub resource_type: Option<ResourceType>,
pub resource_id: Option<String>,
pub resource_name: Option<String>,
pub resource_deletion_time: Option<DateTime>,
}Expand description
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.resource_type: Option<ResourceType>The type of resource.
resource_id: Option<String>The ID of the resource (for example, sg-xxxxxx).
resource_name: Option<String>The custom name of the resource (if available).
resource_deletion_time: Option<DateTime>The time that the resource was deleted.
Implementations
The type of resource.
The ID of the resource (for example, sg-xxxxxx).
The custom name of the resource (if available).
The time that the resource was deleted.
Creates a new builder-style object to manufacture ResourceIdentifier
Trait Implementations
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 RefUnwindSafe for ResourceIdentifier
impl Send for ResourceIdentifier
impl Sync for ResourceIdentifier
impl Unpin for ResourceIdentifier
impl UnwindSafe for ResourceIdentifier
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
