#[non_exhaustive]pub struct GetDeploymentTargetOutput { /* private fields */ }
Implementations
sourceimpl GetDeploymentTargetOutput
impl GetDeploymentTargetOutput
sourcepub fn deployment_target(&self) -> Option<&DeploymentTarget>
pub fn deployment_target(&self) -> 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
).
sourceimpl GetDeploymentTargetOutput
impl GetDeploymentTargetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentTargetOutput
.
Trait Implementations
sourceimpl Clone for GetDeploymentTargetOutput
impl Clone for GetDeploymentTargetOutput
sourcefn clone(&self) -> GetDeploymentTargetOutput
fn clone(&self) -> GetDeploymentTargetOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetDeploymentTargetOutput
impl Debug for GetDeploymentTargetOutput
sourceimpl PartialEq<GetDeploymentTargetOutput> for GetDeploymentTargetOutput
impl PartialEq<GetDeploymentTargetOutput> for GetDeploymentTargetOutput
sourcefn eq(&self, other: &GetDeploymentTargetOutput) -> bool
fn eq(&self, other: &GetDeploymentTargetOutput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &GetDeploymentTargetOutput) -> bool
fn ne(&self, other: &GetDeploymentTargetOutput) -> bool
This method tests for !=
.
impl StructuralPartialEq for GetDeploymentTargetOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDeploymentTargetOutput
impl Send for GetDeploymentTargetOutput
impl Sync for GetDeploymentTargetOutput
impl Unpin for GetDeploymentTargetOutput
impl UnwindSafe for GetDeploymentTargetOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more