Struct aws_sdk_backupgateway::model::VmwareTag
source · #[non_exhaustive]pub struct VmwareTag { /* private fields */ }
Expand description
A VMware tag is a tag attached to a specific virtual machine. A tag is a key-value pair you can use to manage, filter, and search for your resources.
The content of VMware tags can be matched to Amazon Web Services tags.
Implementations§
source§impl VmwareTag
impl VmwareTag
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 vmware_tag_description(&self) -> Option<&str>
pub fn vmware_tag_description(&self) -> Option<&str>
This is a user-defined description of a VMware tag.