Struct rusoto_config::Relationship [] [src]

pub struct Relationship {
    pub relationship_name: Option<RelationshipName>,
    pub resource_id: Option<ResourceId>,
    pub resource_name: Option<ResourceName>,
    pub resource_type: Option<ResourceType>,
}

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]

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

impl Debug for Relationship
[src]

Formats the value using the given formatter.

impl Clone for Relationship
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more