pub struct GetDeploymentConfigInput {
pub deployment_config_name: String,
}
Expand description
Represents the input of a GetDeploymentConfig
operation.
Fields§
§deployment_config_name: String
The name of a deployment configuration associated with the IAM user or AWS account.
Trait Implementations§
Source§impl Clone for GetDeploymentConfigInput
impl Clone for GetDeploymentConfigInput
Source§fn clone(&self) -> GetDeploymentConfigInput
fn clone(&self) -> GetDeploymentConfigInput
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 GetDeploymentConfigInput
impl Debug for GetDeploymentConfigInput
Source§impl Default for GetDeploymentConfigInput
impl Default for GetDeploymentConfigInput
Source§fn default() -> GetDeploymentConfigInput
fn default() -> GetDeploymentConfigInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetDeploymentConfigInput
impl PartialEq for GetDeploymentConfigInput
Source§impl Serialize for GetDeploymentConfigInput
impl Serialize for GetDeploymentConfigInput
impl StructuralPartialEq for GetDeploymentConfigInput
Auto Trait Implementations§
impl Freeze for GetDeploymentConfigInput
impl RefUnwindSafe for GetDeploymentConfigInput
impl Send for GetDeploymentConfigInput
impl Sync for GetDeploymentConfigInput
impl Unpin for GetDeploymentConfigInput
impl UnwindSafe for GetDeploymentConfigInput
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