Class: Aws::DirectConnect::Types::DescribeConnectionLoaRequest

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

Overview

Note:

When making an API call, you may pass DescribeConnectionLoaRequest data as a 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 the connection.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
# File 'lib/aws-sdk-directconnect/types.rb', line 1218

class DescribeConnectionLoaRequest < Struct.new(
  :connection_id,
  :provider_name,
  :loa_content_type)
  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)


1218
1219
1220
1221
1222
1223
# File 'lib/aws-sdk-directconnect/types.rb', line 1218

class DescribeConnectionLoaRequest < Struct.new(
  :connection_id,
  :provider_name,
  :loa_content_type)
  include Aws::Structure
end

#provider_nameString

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.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
# File 'lib/aws-sdk-directconnect/types.rb', line 1218

class DescribeConnectionLoaRequest < Struct.new(
  :connection_id,
  :provider_name,
  :loa_content_type)
  include Aws::Structure
end