Struct rusoto_directconnect::CreateDirectConnectGatewayAssociationRequest[][src]

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

Container for the parameters to the CreateDirectConnectGatewayAssociation 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 CreateDirectConnectGatewayAssociationRequest
[src]

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

impl Debug for CreateDirectConnectGatewayAssociationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDirectConnectGatewayAssociationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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