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