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