#[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() -> Builder
pub fn builder() -> Builder
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 ==
.