Struct aws_sdk_rum::output::GetAppMonitorOutput
source · #[non_exhaustive]pub struct GetAppMonitorOutput { /* private fields */ }
Implementations§
source§impl GetAppMonitorOutput
impl GetAppMonitorOutput
sourcepub fn app_monitor(&self) -> Option<&AppMonitor>
pub fn app_monitor(&self) -> Option<&AppMonitor>
A structure containing all the configuration information for the app monitor.
source§impl GetAppMonitorOutput
impl GetAppMonitorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAppMonitorOutput
.
Trait Implementations§
source§impl Clone for GetAppMonitorOutput
impl Clone for GetAppMonitorOutput
source§fn clone(&self) -> GetAppMonitorOutput
fn clone(&self) -> GetAppMonitorOutput
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 GetAppMonitorOutput
impl Debug for GetAppMonitorOutput
source§impl PartialEq<GetAppMonitorOutput> for GetAppMonitorOutput
impl PartialEq<GetAppMonitorOutput> for GetAppMonitorOutput
source§fn eq(&self, other: &GetAppMonitorOutput) -> bool
fn eq(&self, other: &GetAppMonitorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.