pub struct GetDeploymentTargetOutput {
pub deployment_target: Option<DeploymentTarget>,
}Fields§
§deployment_target: Option<DeploymentTarget> A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target's type (instanceTarget, lambdaTarget, or ecsTarget).
Trait Implementations§
Source§impl Clone for GetDeploymentTargetOutput
impl Clone for GetDeploymentTargetOutput
Source§fn clone(&self) -> GetDeploymentTargetOutput
fn clone(&self) -> GetDeploymentTargetOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetDeploymentTargetOutput
impl Debug for GetDeploymentTargetOutput
Source§impl Default for GetDeploymentTargetOutput
impl Default for GetDeploymentTargetOutput
Source§fn default() -> GetDeploymentTargetOutput
fn default() -> GetDeploymentTargetOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDeploymentTargetOutput
impl<'de> Deserialize<'de> for GetDeploymentTargetOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetDeploymentTargetOutput
impl PartialEq for GetDeploymentTargetOutput
Source§fn eq(&self, other: &GetDeploymentTargetOutput) -> bool
fn eq(&self, other: &GetDeploymentTargetOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetDeploymentTargetOutput
Auto Trait Implementations§
impl Freeze for GetDeploymentTargetOutput
impl RefUnwindSafe for GetDeploymentTargetOutput
impl Send for GetDeploymentTargetOutput
impl Sync for GetDeploymentTargetOutput
impl Unpin for GetDeploymentTargetOutput
impl UnsafeUnpin for GetDeploymentTargetOutput
impl UnwindSafe for GetDeploymentTargetOutput
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