Class: Aws::DirectConnect::Types::DescribeLoaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeLoaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of a connection, LAG, or interconnect.
-
#loa_content_type ⇒ String
The standard media type for the LOA-CFA document.
-
#provider_name ⇒ String
The name of the service provider who establishes connectivity on your behalf.
Instance Attribute Details
#connection_id ⇒ String
The ID of a connection, LAG, or interconnect.
1921 1922 1923 1924 1925 1926 1927 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1921 class DescribeLoaRequest < Struct.new( :connection_id, :provider_name, :loa_content_type) SENSITIVE = [] include Aws::Structure end |
#loa_content_type ⇒ String
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
1921 1922 1923 1924 1925 1926 1927 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1921 class DescribeLoaRequest < Struct.new( :connection_id, :provider_name, :loa_content_type) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
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.
1921 1922 1923 1924 1925 1926 1927 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1921 class DescribeLoaRequest < Struct.new( :connection_id, :provider_name, :loa_content_type) SENSITIVE = [] include Aws::Structure end |