Struct aws_sdk_codedeploy::input::GetDeploymentGroupInput
source · [−]#[non_exhaustive]pub struct GetDeploymentGroupInput { /* private fields */ }
Expand description
Represents the input of a GetDeploymentGroup
operation.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetDeploymentGroupInput
impl Clone for GetDeploymentGroupInput
sourcefn clone(&self) -> GetDeploymentGroupInput
fn clone(&self) -> GetDeploymentGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetDeploymentGroupInput
impl Debug for GetDeploymentGroupInput
sourceimpl PartialEq<GetDeploymentGroupInput> for GetDeploymentGroupInput
impl PartialEq<GetDeploymentGroupInput> for GetDeploymentGroupInput
sourcefn eq(&self, other: &GetDeploymentGroupInput) -> bool
fn eq(&self, other: &GetDeploymentGroupInput) -> bool
impl StructuralPartialEq for GetDeploymentGroupInput
Auto Trait Implementations
impl RefUnwindSafe for GetDeploymentGroupInput
impl Send for GetDeploymentGroupInput
impl Sync for GetDeploymentGroupInput
impl Unpin for GetDeploymentGroupInput
impl UnwindSafe for GetDeploymentGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more