Struct aws_sdk_config::model::ResourceValue
source · #[non_exhaustive]pub struct ResourceValue { /* private fields */ }Expand description
The dynamic value of the resource.
Implementations§
source§impl ResourceValue
impl ResourceValue
sourcepub fn value(&self) -> Option<&ResourceValueType>
pub fn value(&self) -> Option<&ResourceValueType>
The value is a resource ID.
source§impl ResourceValue
impl ResourceValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceValue.
Trait Implementations§
source§impl Clone for ResourceValue
impl Clone for ResourceValue
source§fn clone(&self) -> ResourceValue
fn clone(&self) -> ResourceValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more