Struct rusoto_directconnect::DescribeConnectionLoaRequest [] [src]

pub struct DescribeConnectionLoaRequest {
    pub connection_id: String,
    pub loa_content_type: Option<String>,
    pub provider_name: Option<String>,
}

Container for the parameters to the DescribeConnectionLoa operation.

Fields

The name of the APN partner or 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 DescribeConnectionLoaRequest
[src]

[src]

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

impl Debug for DescribeConnectionLoaRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeConnectionLoaRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more