Struct aws_sdk_elasticloadbalancing::model::TagDescription
source · [−]#[non_exhaustive]pub struct TagDescription { /* private fields */ }
Expand description
The tags associated with a load balancer.
Implementations
sourceimpl TagDescription
impl TagDescription
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
The tags.
sourceimpl TagDescription
impl TagDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagDescription
.
Trait Implementations
sourceimpl Clone for TagDescription
impl Clone for TagDescription
sourcefn clone(&self) -> TagDescription
fn clone(&self) -> TagDescription
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 TagDescription
impl Debug for TagDescription
sourceimpl PartialEq<TagDescription> for TagDescription
impl PartialEq<TagDescription> for TagDescription
sourcefn eq(&self, other: &TagDescription) -> bool
fn eq(&self, other: &TagDescription) -> bool
impl StructuralPartialEq for TagDescription
Auto Trait Implementations
impl RefUnwindSafe for TagDescription
impl Send for TagDescription
impl Sync for TagDescription
impl Unpin for TagDescription
impl UnwindSafe for TagDescription
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