#[non_exhaustive]pub struct VmwareToAwsTagMapping { /* private fields */ }
Expand description
This displays the mapping of on-premises VMware tags to the corresponding Amazon Web Services tags.
Implementations§
source§impl VmwareToAwsTagMapping
impl VmwareToAwsTagMapping
sourcepub fn vmware_category(&self) -> Option<&str>
pub fn vmware_category(&self) -> Option<&str>
The is the category of VMware.
sourcepub fn vmware_tag_name(&self) -> Option<&str>
pub fn vmware_tag_name(&self) -> Option<&str>
This is the user-defined name of a VMware tag.
sourcepub fn aws_tag_key(&self) -> Option<&str>
pub fn aws_tag_key(&self) -> Option<&str>
The key part of the Amazon Web Services tag's key-value pair.
sourcepub fn aws_tag_value(&self) -> Option<&str>
pub fn aws_tag_value(&self) -> Option<&str>
The value part of the Amazon Web Services tag's key-value pair.
source§impl VmwareToAwsTagMapping
impl VmwareToAwsTagMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VmwareToAwsTagMapping
.
Trait Implementations§
source§impl Clone for VmwareToAwsTagMapping
impl Clone for VmwareToAwsTagMapping
source§fn clone(&self) -> VmwareToAwsTagMapping
fn clone(&self) -> VmwareToAwsTagMapping
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 VmwareToAwsTagMapping
impl Debug for VmwareToAwsTagMapping
source§impl PartialEq<VmwareToAwsTagMapping> for VmwareToAwsTagMapping
impl PartialEq<VmwareToAwsTagMapping> for VmwareToAwsTagMapping
source§fn eq(&self, other: &VmwareToAwsTagMapping) -> bool
fn eq(&self, other: &VmwareToAwsTagMapping) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.