Struct aws_sdk_config::model::ResourceDetails
source · #[non_exhaustive]pub struct ResourceDetails { /* private fields */ }Expand description
Returns information about the resource being evaluated.
Implementations§
source§impl ResourceDetails
impl ResourceDetails
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
A unique resource ID for an evaluation.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of resource being evaluated.
sourcepub fn resource_configuration(&self) -> Option<&str>
pub fn resource_configuration(&self) -> Option<&str>
The resource definition to be evaluated as per the resource configuration schema type.
sourcepub fn resource_configuration_schema_type(
&self
) -> Option<&ResourceConfigurationSchemaType>
pub fn resource_configuration_schema_type(
&self
) -> Option<&ResourceConfigurationSchemaType>
The schema type of the resource configuration.
source§impl ResourceDetails
impl ResourceDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceDetails.
Trait Implementations§
source§impl Clone for ResourceDetails
impl Clone for ResourceDetails
source§fn clone(&self) -> ResourceDetails
fn clone(&self) -> ResourceDetails
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 ResourceDetails
impl Debug for ResourceDetails
source§impl PartialEq<ResourceDetails> for ResourceDetails
impl PartialEq<ResourceDetails> for ResourceDetails
source§fn eq(&self, other: &ResourceDetails) -> bool
fn eq(&self, other: &ResourceDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.