Struct rusoto_directconnect::DescribeInterconnectLoaRequest [] [src]

pub struct DescribeInterconnectLoaRequest {
    pub interconnect_id: String,
    pub loa_content_type: Option<String>,
    pub provider_name: Option<String>,
}

Container for the parameters to the DescribeInterconnectLoa operation.

Fields

The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.

Default: None

Trait Implementations

impl Default for DescribeInterconnectLoaRequest
[src]

[src]

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

impl Debug for DescribeInterconnectLoaRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeInterconnectLoaRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more