Class: Aws::DirectConnect::Types::DescribeInterconnectLoaRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interconnect_idString

The ID of the interconnect.

Returns:

  • (String)


1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-directconnect/types.rb', line 1857

class DescribeInterconnectLoaRequest < Struct.new(
  :interconnect_id,
  :provider_name,
  :loa_content_type)
  SENSITIVE = []
  include Aws::Structure
end

#loa_content_typeString

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

Returns:

  • (String)


1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-directconnect/types.rb', line 1857

class DescribeInterconnectLoaRequest < Struct.new(
  :interconnect_id,
  :provider_name,
  :loa_content_type)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

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.

Returns:

  • (String)


1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-directconnect/types.rb', line 1857

class DescribeInterconnectLoaRequest < Struct.new(
  :interconnect_id,
  :provider_name,
  :loa_content_type)
  SENSITIVE = []
  include Aws::Structure
end