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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#loa_contentString

The binary contents of the LOA-CFA document.

Returns:

  • (String)


2710
2711
2712
2713
2714
2715
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2710

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


2710
2711
2712
2713
2714
2715
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2710

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