You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::DescribeConnectionLoaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeConnectionLoaRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeConnectionLoaRequest 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
-
#connection_id ⇒ String
The ID of the connection.
-
#loa_content_type ⇒ String
The standard media type for the LOA-CFA document.
-
#provider_name ⇒ String
The name of the APN partner or service provider who establishes connectivity on your behalf.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
#loa_content_type ⇒ String
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
Possible values:
- application/pdf
#provider_name ⇒ String
The name of the APN partner or 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.