Struct rusoto_lightsail::IsVpcPeeredResult [] [src]

pub struct IsVpcPeeredResult {
    pub is_peered: Option<Boolean>,
}

Fields

Returns true if the Lightsail VPC is peered; otherwise, false.

Trait Implementations

impl Default for IsVpcPeeredResult
[src]

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

impl Debug for IsVpcPeeredResult
[src]

Formats the value using the given formatter.

impl Clone for IsVpcPeeredResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more