Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationResult
 
 
- Defined in:
 - gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #direct_connect_gateway_association  ⇒ Types::DirectConnectGatewayAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association to be created.
 
Instance Attribute Details
#direct_connect_gateway_association ⇒ Types::DirectConnectGatewayAssociation
The association to be created.
      1139 1140 1141 1142 1143  | 
    
      # File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1139 class CreateDirectConnectGatewayAssociationResult < Struct.new( :direct_connect_gateway_association) SENSITIVE = [] include Aws::Structure end  |