pub struct GetDeploymentInstanceInput {
pub deployment_id: String,
pub instance_id: String,
}
Expand description
Represents the input of a GetDeploymentInstance
operation.
Fields§
§deployment_id: String
The unique ID of a deployment.
instance_id: String
The unique ID of an instance in the deployment group.
Trait Implementations§
Source§impl Clone for GetDeploymentInstanceInput
impl Clone for GetDeploymentInstanceInput
Source§fn clone(&self) -> GetDeploymentInstanceInput
fn clone(&self) -> GetDeploymentInstanceInput
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 GetDeploymentInstanceInput
impl Debug for GetDeploymentInstanceInput
Source§impl Default for GetDeploymentInstanceInput
impl Default for GetDeploymentInstanceInput
Source§fn default() -> GetDeploymentInstanceInput
fn default() -> GetDeploymentInstanceInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetDeploymentInstanceInput
Auto Trait Implementations§
impl Freeze for GetDeploymentInstanceInput
impl RefUnwindSafe for GetDeploymentInstanceInput
impl Send for GetDeploymentInstanceInput
impl Sync for GetDeploymentInstanceInput
impl Unpin for GetDeploymentInstanceInput
impl UnwindSafe for GetDeploymentInstanceInput
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