You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::DescribeLoaRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeLoaRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  connection_id: "ConnectionId", # required
  provider_name: "ProviderName",
  loa_content_type: "application/pdf", # accepts application/pdf
}

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of a connection, LAG, or interconnect.

Returns:

  • (String)

    The ID of a connection, LAG, or interconnect.

#loa_content_typeString

The standard media type for the LOA-CFA document. The only supported value is application/pdf.

Possible values:

  • application/pdf

Returns:

  • (String)

    The standard media type for the LOA-CFA document.

#provider_nameString

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

Returns:

  • (String)

    The name of the service provider who establishes connectivity on your behalf.