#[non_exhaustive]pub struct ListEdgeDeploymentPlansOutput { /* private fields */ }
Implementations§
source§impl ListEdgeDeploymentPlansOutput
impl ListEdgeDeploymentPlansOutput
sourcepub fn edge_deployment_plan_summaries(
&self
) -> Option<&[EdgeDeploymentPlanSummary]>
pub fn edge_deployment_plan_summaries(
&self
) -> Option<&[EdgeDeploymentPlanSummary]>
List of summaries of edge deployment plans.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when calling the next page of results.
source§impl ListEdgeDeploymentPlansOutput
impl ListEdgeDeploymentPlansOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEdgeDeploymentPlansOutput
.
Trait Implementations§
source§impl Clone for ListEdgeDeploymentPlansOutput
impl Clone for ListEdgeDeploymentPlansOutput
source§fn clone(&self) -> ListEdgeDeploymentPlansOutput
fn clone(&self) -> ListEdgeDeploymentPlansOutput
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<ListEdgeDeploymentPlansOutput> for ListEdgeDeploymentPlansOutput
impl PartialEq<ListEdgeDeploymentPlansOutput> for ListEdgeDeploymentPlansOutput
source§fn eq(&self, other: &ListEdgeDeploymentPlansOutput) -> bool
fn eq(&self, other: &ListEdgeDeploymentPlansOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.