Struct aws_sdk_config::model::resource_identifier::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ResourceIdentifier
Implementations
The type of resource.
The type of resource.
The ID of the resource (for example, sg-xxxxxx).
The ID of the resource (for example, sg-xxxxxx).
The custom name of the resource (if available).
The custom name of the resource (if available).
The time that the resource was deleted.
The time that the resource was deleted.
Consumes the builder and constructs a ResourceIdentifier
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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