pub struct GetDeploymentGroupInput {
pub application_name: String,
pub deployment_group_name: String,
}
Expand description
Represents the input of a GetDeploymentGroup
operation.
Fields§
§application_name: String
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
deployment_group_name: String
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 duplicate 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 Default for GetDeploymentGroupInput
impl Default for GetDeploymentGroupInput
Source§fn default() -> GetDeploymentGroupInput
fn default() -> GetDeploymentGroupInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetDeploymentGroupInput
impl PartialEq for GetDeploymentGroupInput
Source§impl Serialize for GetDeploymentGroupInput
impl Serialize for GetDeploymentGroupInput
impl StructuralPartialEq for GetDeploymentGroupInput
Auto Trait Implementations§
impl Freeze for GetDeploymentGroupInput
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