Struct rusoto_directconnect::ConfirmPublicVirtualInterfaceResponse [] [src]

pub struct ConfirmPublicVirtualInterfaceResponse {
    pub virtual_interface_state: Option<String>,
}

The response received when ConfirmPublicVirtualInterface is called.

Fields

Trait Implementations

impl Default for ConfirmPublicVirtualInterfaceResponse
[src]

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

impl Debug for ConfirmPublicVirtualInterfaceResponse
[src]

Formats the value using the given formatter.

impl Clone for ConfirmPublicVirtualInterfaceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more