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]

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

impl Debug for DescribeConnectionLoaRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeConnectionLoaRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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