#[non_exhaustive]pub struct GetResourceMetadataInput { /* private fields */ }
Implementations§
source§impl GetResourceMetadataInput
impl GetResourceMetadataInput
sourcepub fn service_type(&self) -> Option<&ServiceType>
pub fn service_type(&self) -> Option<&ServiceType>
The Amazon Web Services service for which Performance Insights returns metrics.
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 GetResourceMetadataInput
impl GetResourceMetadataInput
sourcepub fn builder() -> GetResourceMetadataInputBuilder
pub fn builder() -> GetResourceMetadataInputBuilder
Creates a new builder-style object to manufacture GetResourceMetadataInput
.
source§impl GetResourceMetadataInput
impl GetResourceMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetResourceMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResourceMetadata
>
Trait Implementations§
source§impl Clone for GetResourceMetadataInput
impl Clone for GetResourceMetadataInput
source§fn clone(&self) -> GetResourceMetadataInput
fn clone(&self) -> GetResourceMetadataInput
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 GetResourceMetadataInput
impl Debug for GetResourceMetadataInput
source§impl PartialEq<GetResourceMetadataInput> for GetResourceMetadataInput
impl PartialEq<GetResourceMetadataInput> for GetResourceMetadataInput
source§fn eq(&self, other: &GetResourceMetadataInput) -> bool
fn eq(&self, other: &GetResourceMetadataInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetResourceMetadataInput
Auto Trait Implementations§
impl RefUnwindSafe for GetResourceMetadataInput
impl Send for GetResourceMetadataInput
impl Sync for GetResourceMetadataInput
impl Unpin for GetResourceMetadataInput
impl UnwindSafe for GetResourceMetadataInput
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