Struct aws_sdk_resourceexplorer2::model::IncludedProperty
source · #[non_exhaustive]pub struct IncludedProperty { /* private fields */ }Expand description
Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.
Implementations§
source§impl IncludedProperty
impl IncludedProperty
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IncludedProperty.
Trait Implementations§
source§impl Clone for IncludedProperty
impl Clone for IncludedProperty
source§fn clone(&self) -> IncludedProperty
fn clone(&self) -> IncludedProperty
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 IncludedProperty
impl Debug for IncludedProperty
source§impl PartialEq<IncludedProperty> for IncludedProperty
impl PartialEq<IncludedProperty> for IncludedProperty
source§fn eq(&self, other: &IncludedProperty) -> bool
fn eq(&self, other: &IncludedProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.