[][src]Struct rusoto_config::Relationship

pub struct Relationship {
    pub relationship_name: Option<String>,
    pub resource_id: Option<String>,
    pub resource_name: Option<String>,
    pub resource_type: Option<String>,
}

The relationship of the related resource to the main resource.

Fields

The type of relationship with the related resource.

The ID of the related resource (for example, sg-xxxxxx).

The custom name of the related resource, if available.

The resource type of the related resource.

Trait Implementations

impl Clone for Relationship
[src]

Performs copy-assignment from source. Read more

impl Default for Relationship
[src]

impl PartialEq<Relationship> for Relationship
[src]

impl Debug for Relationship
[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

impl<T> Same for T

Should always be Self

impl<T> Erased for T