#[non_exhaustive]pub struct CreateEdgeDeploymentPlanOutput { /* private fields */ }
Implementations§
source§impl CreateEdgeDeploymentPlanOutput
impl CreateEdgeDeploymentPlanOutput
sourcepub fn edge_deployment_plan_arn(&self) -> Option<&str>
pub fn edge_deployment_plan_arn(&self) -> Option<&str>
The ARN of the edge deployment plan.
source§impl CreateEdgeDeploymentPlanOutput
impl CreateEdgeDeploymentPlanOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEdgeDeploymentPlanOutput
.
Trait Implementations§
source§impl Clone for CreateEdgeDeploymentPlanOutput
impl Clone for CreateEdgeDeploymentPlanOutput
source§fn clone(&self) -> CreateEdgeDeploymentPlanOutput
fn clone(&self) -> CreateEdgeDeploymentPlanOutput
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 PartialEq<CreateEdgeDeploymentPlanOutput> for CreateEdgeDeploymentPlanOutput
impl PartialEq<CreateEdgeDeploymentPlanOutput> for CreateEdgeDeploymentPlanOutput
source§fn eq(&self, other: &CreateEdgeDeploymentPlanOutput) -> bool
fn eq(&self, other: &CreateEdgeDeploymentPlanOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.