#[non_exhaustive]pub struct TagDescription { /* private fields */ }
Expand description
The tags associated with a load balancer.
Implementations§
source§impl 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.
source§impl TagDescription
impl TagDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagDescription
.
Trait Implementations§
source§impl Clone for TagDescription
impl Clone for TagDescription
source§fn clone(&self) -> TagDescription
fn clone(&self) -> TagDescription
Returns a copy 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 TagDescription
impl Debug for TagDescription
source§impl PartialEq<TagDescription> for TagDescription
impl PartialEq<TagDescription> for TagDescription
source§fn eq(&self, other: &TagDescription) -> bool
fn eq(&self, other: &TagDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.