Struct rusoto_directconnect::DeleteInterconnectResponse [] [src]

pub struct DeleteInterconnectResponse {
    pub interconnect_state: Option<InterconnectState>,
}

The response received when DeleteInterconnect is called.

Fields

Trait Implementations

impl Default for DeleteInterconnectResponse
[src]

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

impl Debug for DeleteInterconnectResponse
[src]

Formats the value using the given formatter.

impl Clone for DeleteInterconnectResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more