Struct rusoto_directconnect::DeleteDirectConnectGatewayAssociationRequest[][src]

pub struct DeleteDirectConnectGatewayAssociationRequest {
    pub direct_connect_gateway_id: String,
    pub virtual_gateway_id: String,
}

Container for the parameters to the DeleteDirectConnectGatewayAssociation operation.

Fields

The ID of the direct connect gateway.

Example: "abcd1234-dcba-5678-be23-cdef9876ab45"

Default: None

The ID of the virtual private gateway.

Example: "vgw-abc123ef"

Default: None

Trait Implementations

impl Default for DeleteDirectConnectGatewayAssociationRequest
[src]

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

impl Debug for DeleteDirectConnectGatewayAssociationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteDirectConnectGatewayAssociationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteDirectConnectGatewayAssociationRequest
[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