#[non_exhaustive]pub struct GetOpsMetadataOutput { /* private fields */ }Implementations§
source§impl GetOpsMetadataOutput
impl GetOpsMetadataOutput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The resource ID of the Application Manager application.
sourcepub fn metadata(&self) -> Option<&HashMap<String, MetadataValue>>
pub fn metadata(&self) -> Option<&HashMap<String, MetadataValue>>
OpsMetadata for an Application Manager application.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of items to return. Use this token to get the next set of results.
source§impl GetOpsMetadataOutput
impl GetOpsMetadataOutput
sourcepub fn builder() -> GetOpsMetadataOutputBuilder
pub fn builder() -> GetOpsMetadataOutputBuilder
Creates a new builder-style object to manufacture GetOpsMetadataOutput.
Trait Implementations§
source§impl Clone for GetOpsMetadataOutput
impl Clone for GetOpsMetadataOutput
source§fn clone(&self) -> GetOpsMetadataOutput
fn clone(&self) -> GetOpsMetadataOutput
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 GetOpsMetadataOutput
impl Debug for GetOpsMetadataOutput
source§impl PartialEq<GetOpsMetadataOutput> for GetOpsMetadataOutput
impl PartialEq<GetOpsMetadataOutput> for GetOpsMetadataOutput
source§fn eq(&self, other: &GetOpsMetadataOutput) -> bool
fn eq(&self, other: &GetOpsMetadataOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetOpsMetadataOutput
impl RequestId for GetOpsMetadataOutput
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.