Class: Aws::DirectConnect::Types::Loa
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Loa
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#loa_content ⇒ String
The binary contents of the LOA-CFA document.
-
#loa_content_type ⇒ String
The standard media type for the LOA-CFA document.
Instance Attribute Details
#loa_content ⇒ String
The binary contents of the LOA-CFA document.
2713 2714 2715 2716 2717 2718 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2713 class Loa < Struct.new( :loa_content, :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.
2713 2714 2715 2716 2717 2718 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2713 class Loa < Struct.new( :loa_content, :loa_content_type) SENSITIVE = [] include Aws::Structure end |