[][src]Struct rusoto_appmesh::AwsCloudMapInstanceAttribute

pub struct AwsCloudMapInstanceAttribute {
    pub key: String,
    pub value: String,
}

An object that represents the AWS Cloud Map attribute information for your virtual node.

Fields

key: String

The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance that contains the specified key and value is returned.

value: String

The value of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance that contains the specified key and value is returned.

Trait Implementations

impl Clone for AwsCloudMapInstanceAttribute[src]

impl Debug for AwsCloudMapInstanceAttribute[src]

impl Default for AwsCloudMapInstanceAttribute[src]

impl<'de> Deserialize<'de> for AwsCloudMapInstanceAttribute[src]

impl PartialEq<AwsCloudMapInstanceAttribute> for AwsCloudMapInstanceAttribute[src]

impl Serialize for AwsCloudMapInstanceAttribute[src]

impl StructuralPartialEq for AwsCloudMapInstanceAttribute[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.