#[non_exhaustive]pub struct GetResourceMetadataOutput {
pub identifier: Option<String>,
pub features: Option<HashMap<String, FeatureMetadata>>,
/* private fields */
}
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>
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
features: Option<HashMap<String, FeatureMetadata>>
The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
Implementations§
source§impl GetResourceMetadataOutput
impl GetResourceMetadataOutput
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
source§impl GetResourceMetadataOutput
impl GetResourceMetadataOutput
sourcepub fn builder() -> GetResourceMetadataOutputBuilder
pub fn builder() -> GetResourceMetadataOutputBuilder
Creates a new builder-style object to manufacture GetResourceMetadataOutput
.
Trait Implementations§
source§impl Clone for GetResourceMetadataOutput
impl Clone for GetResourceMetadataOutput
source§fn clone(&self) -> GetResourceMetadataOutput
fn clone(&self) -> GetResourceMetadataOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetResourceMetadataOutput
impl Debug for GetResourceMetadataOutput
source§impl PartialEq for GetResourceMetadataOutput
impl PartialEq for GetResourceMetadataOutput
source§fn eq(&self, other: &GetResourceMetadataOutput) -> bool
fn eq(&self, other: &GetResourceMetadataOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetResourceMetadataOutput
impl RequestId for GetResourceMetadataOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.