Struct aws_sdk_sagemaker::operation::describe_edge_deployment_plan::DescribeEdgeDeploymentPlanInput
source · #[non_exhaustive]pub struct DescribeEdgeDeploymentPlanInput { /* private fields */ }
Implementations§
source§impl DescribeEdgeDeploymentPlanInput
impl DescribeEdgeDeploymentPlanInput
sourcepub fn edge_deployment_plan_name(&self) -> Option<&str>
pub fn edge_deployment_plan_name(&self) -> Option<&str>
The name of the deployment plan to describe.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to select (50 by default).
source§impl DescribeEdgeDeploymentPlanInput
impl DescribeEdgeDeploymentPlanInput
sourcepub fn builder() -> DescribeEdgeDeploymentPlanInputBuilder
pub fn builder() -> DescribeEdgeDeploymentPlanInputBuilder
Creates a new builder-style object to manufacture DescribeEdgeDeploymentPlanInput
.
source§impl DescribeEdgeDeploymentPlanInput
impl DescribeEdgeDeploymentPlanInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEdgeDeploymentPlan, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeEdgeDeploymentPlan, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEdgeDeploymentPlan
>
Trait Implementations§
source§impl Clone for DescribeEdgeDeploymentPlanInput
impl Clone for DescribeEdgeDeploymentPlanInput
source§fn clone(&self) -> DescribeEdgeDeploymentPlanInput
fn clone(&self) -> DescribeEdgeDeploymentPlanInput
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<DescribeEdgeDeploymentPlanInput> for DescribeEdgeDeploymentPlanInput
impl PartialEq<DescribeEdgeDeploymentPlanInput> for DescribeEdgeDeploymentPlanInput
source§fn eq(&self, other: &DescribeEdgeDeploymentPlanInput) -> bool
fn eq(&self, other: &DescribeEdgeDeploymentPlanInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.