#[non_exhaustive]pub struct GetDeploymentGroupInput { /* private fields */ }
Expand description
Represents the input of a GetDeploymentGroup
operation.
Implementations§
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.
source§impl GetDeploymentGroupInput
impl GetDeploymentGroupInput
sourcepub fn builder() -> GetDeploymentGroupInputBuilder
pub fn builder() -> GetDeploymentGroupInputBuilder
Creates a new builder-style object to manufacture GetDeploymentGroupInput
.
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
>
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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more