Struct aws_sdk_migrationhub::model::ResourceAttribute
source · #[non_exhaustive]pub struct ResourceAttribute { /* private fields */ }Expand description
Attribute associated with a resource.
Note the corresponding format required per type listed below:
- IPV4
-
x.x.x.xwhere x is an integer in the range [0,255]
- IPV6
-
y : y : y : y : y : y : y : ywhere y is a hexadecimal between 0 and FFFF. [0, FFFF]
- MAC_ADDRESS
-
^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$ - FQDN
-
^[^<>{}\\\\/?,=\\p{Cntrl}]{1,256}$
Implementations§
source§impl ResourceAttribute
impl ResourceAttribute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceAttribute.
Trait Implementations§
source§impl Clone for ResourceAttribute
impl Clone for ResourceAttribute
source§fn clone(&self) -> ResourceAttribute
fn clone(&self) -> ResourceAttribute
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 ResourceAttribute
impl Debug for ResourceAttribute
source§impl PartialEq<ResourceAttribute> for ResourceAttribute
impl PartialEq<ResourceAttribute> for ResourceAttribute
source§fn eq(&self, other: &ResourceAttribute) -> bool
fn eq(&self, other: &ResourceAttribute) -> bool
This method tests for
self and other values to be equal, and is used
by ==.