Struct rusoto_directconnect::DeleteBGPPeerRequest[][src]

pub struct DeleteBGPPeerRequest {
    pub asn: Option<i64>,
    pub customer_address: Option<String>,
    pub virtual_interface_id: Option<String>,
}

Container for the parameters to the DeleteBGPPeer operation.

Fields

The ID of the virtual interface from which the BGP peer will be deleted.

Example: dxvif-456abc78

Default: None

Trait Implementations

impl Default for DeleteBGPPeerRequest
[src]

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

impl Debug for DeleteBGPPeerRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteBGPPeerRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteBGPPeerRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations