Struct rusoto_directconnect::DescribeLoaRequest[][src]

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

Container for the parameters to the DescribeLoa operation.

Fields

The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.

Example: dxcon-abc123 or dxlag-abc123

Default: None

A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".

Default: application/pdf

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 DescribeLoaRequest
[src]

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

impl Debug for DescribeLoaRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeLoaRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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