Class: Aws::DirectConnect::Types::Loa

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

Overview

Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.

Instance Attribute Summary collapse

Instance Attribute Details

#loa_contentString

The binary contents of the LOA-CFA document.

Returns:

  • (String)


2017
2018
2019
2020
2021
# File 'lib/aws-sdk-directconnect/types.rb', line 2017

class Loa < Struct.new(
  :loa_content,
  :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)


2017
2018
2019
2020
2021
# File 'lib/aws-sdk-directconnect/types.rb', line 2017

class Loa < Struct.new(
  :loa_content,
  :loa_content_type)
  include Aws::Structure
end