#[non_exhaustive]pub struct ConfigureAgentOutput { /* private fields */ }
Expand description
The structure representing the configureAgentResponse.
Implementations§
source§impl ConfigureAgentOutput
impl ConfigureAgentOutput
sourcepub fn configuration(&self) -> Option<&AgentConfiguration>
pub fn configuration(&self) -> Option<&AgentConfiguration>
An AgentConfiguration
object that specifies if an agent profiles or not and for how long to return profiling data.
source§impl ConfigureAgentOutput
impl ConfigureAgentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigureAgentOutput
.
Trait Implementations§
source§impl Clone for ConfigureAgentOutput
impl Clone for ConfigureAgentOutput
source§fn clone(&self) -> ConfigureAgentOutput
fn clone(&self) -> ConfigureAgentOutput
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 ConfigureAgentOutput
impl Debug for ConfigureAgentOutput
source§impl PartialEq<ConfigureAgentOutput> for ConfigureAgentOutput
impl PartialEq<ConfigureAgentOutput> for ConfigureAgentOutput
source§fn eq(&self, other: &ConfigureAgentOutput) -> bool
fn eq(&self, other: &ConfigureAgentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.