#[non_exhaustive]pub struct AwsCloudMapInstanceAttribute { /* private fields */ }
Expand description
An object that represents the Cloud Map attribute information for your virtual node.
Cloud Map is not available in the eu-south-1 Region.
Implementations§
source§impl AwsCloudMapInstanceAttribute
impl AwsCloudMapInstanceAttribute
source§impl AwsCloudMapInstanceAttribute
impl AwsCloudMapInstanceAttribute
sourcepub fn builder() -> AwsCloudMapInstanceAttributeBuilder
pub fn builder() -> AwsCloudMapInstanceAttributeBuilder
Creates a new builder-style object to manufacture AwsCloudMapInstanceAttribute
.
Trait Implementations§
source§impl Clone for AwsCloudMapInstanceAttribute
impl Clone for AwsCloudMapInstanceAttribute
source§fn clone(&self) -> AwsCloudMapInstanceAttribute
fn clone(&self) -> AwsCloudMapInstanceAttribute
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 AwsCloudMapInstanceAttribute
impl Debug for AwsCloudMapInstanceAttribute
source§impl PartialEq<AwsCloudMapInstanceAttribute> for AwsCloudMapInstanceAttribute
impl PartialEq<AwsCloudMapInstanceAttribute> for AwsCloudMapInstanceAttribute
source§fn eq(&self, other: &AwsCloudMapInstanceAttribute) -> bool
fn eq(&self, other: &AwsCloudMapInstanceAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsCloudMapInstanceAttribute
Auto Trait Implementations§
impl RefUnwindSafe for AwsCloudMapInstanceAttribute
impl Send for AwsCloudMapInstanceAttribute
impl Sync for AwsCloudMapInstanceAttribute
impl Unpin for AwsCloudMapInstanceAttribute
impl UnwindSafe for AwsCloudMapInstanceAttribute
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more