Struct aws_sdk_ec2::model::AnalysisLoadBalancerTarget
source · [−]#[non_exhaustive]pub struct AnalysisLoadBalancerTarget { /* private fields */ }
Expand description
Describes a load balancer target.
Implementations
sourceimpl AnalysisLoadBalancerTarget
impl AnalysisLoadBalancerTarget
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone.
sourcepub fn instance(&self) -> Option<&AnalysisComponent>
pub fn instance(&self) -> Option<&AnalysisComponent>
Information about the instance.
sourceimpl AnalysisLoadBalancerTarget
impl AnalysisLoadBalancerTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalysisLoadBalancerTarget
.
Trait Implementations
sourceimpl Clone for AnalysisLoadBalancerTarget
impl Clone for AnalysisLoadBalancerTarget
sourcefn clone(&self) -> AnalysisLoadBalancerTarget
fn clone(&self) -> AnalysisLoadBalancerTarget
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 moresourceimpl Debug for AnalysisLoadBalancerTarget
impl Debug for AnalysisLoadBalancerTarget
sourceimpl PartialEq<AnalysisLoadBalancerTarget> for AnalysisLoadBalancerTarget
impl PartialEq<AnalysisLoadBalancerTarget> for AnalysisLoadBalancerTarget
sourcefn eq(&self, other: &AnalysisLoadBalancerTarget) -> bool
fn eq(&self, other: &AnalysisLoadBalancerTarget) -> bool
impl StructuralPartialEq for AnalysisLoadBalancerTarget
Auto Trait Implementations
impl RefUnwindSafe for AnalysisLoadBalancerTarget
impl Send for AnalysisLoadBalancerTarget
impl Sync for AnalysisLoadBalancerTarget
impl Unpin for AnalysisLoadBalancerTarget
impl UnwindSafe for AnalysisLoadBalancerTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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