Struct aws_sdk_resourceexplorer2::model::ResourceProperty
source · #[non_exhaustive]pub struct ResourceProperty { /* private fields */ }Expand description
A structure that describes a property of a resource.
Implementations§
source§impl ResourceProperty
impl ResourceProperty
sourcepub fn last_reported_at(&self) -> Option<&DateTime>
pub fn last_reported_at(&self) -> Option<&DateTime>
The date and time that the information about this resource property was last updated.
source§impl ResourceProperty
impl ResourceProperty
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceProperty.
Trait Implementations§
source§impl Clone for ResourceProperty
impl Clone for ResourceProperty
source§fn clone(&self) -> ResourceProperty
fn clone(&self) -> ResourceProperty
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 moresource§impl Debug for ResourceProperty
impl Debug for ResourceProperty
source§impl PartialEq<ResourceProperty> for ResourceProperty
impl PartialEq<ResourceProperty> for ResourceProperty
source§fn eq(&self, other: &ResourceProperty) -> bool
fn eq(&self, other: &ResourceProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.