Struct rusoto_directconnect::DescribeHostedConnectionsRequest [] [src]

pub struct DescribeHostedConnectionsRequest {
    pub connection_id: String,
}

Container for the parameters to the DescribeHostedConnections operation.

Fields

The ID of the interconnect or LAG on which the hosted connections are provisioned.

Example: dxcon-abc123 or dxlag-abc123

Default: None

Trait Implementations

impl Default for DescribeHostedConnectionsRequest
[src]

[src]

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

impl Debug for DescribeHostedConnectionsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeHostedConnectionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more