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