#[non_exhaustive]pub struct GetDeploymentInstanceInput { /* private fields */ }
Expand description
Represents the input of a GetDeploymentInstance
operation.
Implementations§
source§impl GetDeploymentInstanceInput
impl GetDeploymentInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeploymentInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeploymentInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDeploymentInstance
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentInstanceInput
.
source§impl GetDeploymentInstanceInput
impl GetDeploymentInstanceInput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a deployment.
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The unique ID of an instance in the deployment group.
Trait Implementations§
source§impl Clone for GetDeploymentInstanceInput
impl Clone for GetDeploymentInstanceInput
source§fn clone(&self) -> GetDeploymentInstanceInput
fn clone(&self) -> GetDeploymentInstanceInput
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 GetDeploymentInstanceInput
impl Debug for GetDeploymentInstanceInput
source§impl PartialEq<GetDeploymentInstanceInput> for GetDeploymentInstanceInput
impl PartialEq<GetDeploymentInstanceInput> for GetDeploymentInstanceInput
source§fn eq(&self, other: &GetDeploymentInstanceInput) -> bool
fn eq(&self, other: &GetDeploymentInstanceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.