#[non_exhaustive]pub struct GetResourceMetadataOutput { /* private fields */ }
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
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 GetResourceMetadataOutput
impl Debug for GetResourceMetadataOutput
source§impl PartialEq<GetResourceMetadataOutput> for GetResourceMetadataOutput
impl PartialEq<GetResourceMetadataOutput> for GetResourceMetadataOutput
source§fn eq(&self, other: &GetResourceMetadataOutput) -> bool
fn eq(&self, other: &GetResourceMetadataOutput) -> bool
This method tests for
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>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetResourceMetadataOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetResourceMetadataOutput
impl Send for GetResourceMetadataOutput
impl Sync for GetResourceMetadataOutput
impl Unpin for GetResourceMetadataOutput
impl UnwindSafe for GetResourceMetadataOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more