Struct rusoto_directconnect::CreatePublicVirtualInterfaceRequest [] [src]

pub struct CreatePublicVirtualInterfaceRequest {
    pub connection_id: ConnectionId,
    pub new_public_virtual_interface: NewPublicVirtualInterface,
}

Container for the parameters to the CreatePublicVirtualInterface operation.

Fields

Detailed information for the public virtual interface to be created.

Default: None

Trait Implementations

impl Default for CreatePublicVirtualInterfaceRequest
[src]

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

impl Debug for CreatePublicVirtualInterfaceRequest
[src]

Formats the value using the given formatter.

impl Clone for CreatePublicVirtualInterfaceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more