Class: Aws::DirectConnect::Types::Loa
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DirectConnect::Types::Loa
 
- 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
- 
  
    
      #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.
| 2958 2959 2960 2961 2962 2963 | # File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2958 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.
| 2958 2959 2960 2961 2962 2963 | # File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2958 class Loa < Struct.new( :loa_content, :loa_content_type) SENSITIVE = [] include Aws::Structure end |