Struct aws_sdk_cloudcontrol::model::ResourceDescription [−][src]
#[non_exhaustive]pub struct ResourceDescription {
pub identifier: Option<String>,
pub properties: Option<String>,
}
Expand description
Represents information about a provisioned resource.
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.identifier: Option<String>
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
properties: Option<String>
A list of the resource properties and their current values.
Implementations
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
A list of the resource properties and their current values.
Creates a new builder-style object to manufacture ResourceDescription
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 ResourceDescription
impl Send for ResourceDescription
impl Sync for ResourceDescription
impl Unpin for ResourceDescription
impl UnwindSafe for ResourceDescription
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