Struct aws_sdk_elasticloadbalancing::model::TagKeyOnly
source · #[non_exhaustive]pub struct TagKeyOnly { /* private fields */ }
Expand description
The key of a tag.
Implementations§
source§impl TagKeyOnly
impl TagKeyOnly
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagKeyOnly
.
Trait Implementations§
source§impl Clone for TagKeyOnly
impl Clone for TagKeyOnly
source§fn clone(&self) -> TagKeyOnly
fn clone(&self) -> TagKeyOnly
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 more