#[non_exhaustive]pub struct CreateFleetMetricOutput { /* private fields */ }
Implementations§
source§impl CreateFleetMetricOutput
impl CreateFleetMetricOutput
sourcepub fn metric_name(&self) -> Option<&str>
pub fn metric_name(&self) -> Option<&str>
The name of the fleet metric to create.
sourcepub fn metric_arn(&self) -> Option<&str>
pub fn metric_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the new fleet metric.
source§impl CreateFleetMetricOutput
impl CreateFleetMetricOutput
sourcepub fn builder() -> CreateFleetMetricOutputBuilder
pub fn builder() -> CreateFleetMetricOutputBuilder
Creates a new builder-style object to manufacture CreateFleetMetricOutput
.
Trait Implementations§
source§impl Clone for CreateFleetMetricOutput
impl Clone for CreateFleetMetricOutput
source§fn clone(&self) -> CreateFleetMetricOutput
fn clone(&self) -> CreateFleetMetricOutput
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 CreateFleetMetricOutput
impl Debug for CreateFleetMetricOutput
source§impl PartialEq<CreateFleetMetricOutput> for CreateFleetMetricOutput
impl PartialEq<CreateFleetMetricOutput> for CreateFleetMetricOutput
source§fn eq(&self, other: &CreateFleetMetricOutput) -> bool
fn eq(&self, other: &CreateFleetMetricOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateFleetMetricOutput
impl RequestId for CreateFleetMetricOutput
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.