Struct rusoto_directconnect::DescribeInterconnectsRequest [] [src]

pub struct DescribeInterconnectsRequest {
    pub interconnect_id: Option<InterconnectId>,
}

Container for the parameters to the DescribeInterconnects operation.

Fields

Trait Implementations

impl Default for DescribeInterconnectsRequest
[src]

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

impl Debug for DescribeInterconnectsRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeInterconnectsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more