Struct rusoto_config::Relationship [] [src]

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 Default for Relationship
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Relationship
[src]

[src]

Formats the value using the given formatter.

impl Clone for Relationship
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more