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]

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

impl Debug for DescribeInterconnectLoaRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeInterconnectLoaRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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