Class: Aws::NetworkManager::Types::DirectConnectGatewayAttachment
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::NetworkManager::Types::DirectConnectGatewayAttachment
 
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a Direct Connect gateway attachment.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #attachment  ⇒ Types::Attachment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes a core network attachment. 
- 
  
    
      #direct_connect_gateway_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Direct Connect gateway attachment ARN. 
Instance Attribute Details
#attachment ⇒ Types::Attachment
Describes a core network attachment.
| 2490 2491 2492 2493 2494 2495 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2490 class DirectConnectGatewayAttachment < Struct.new( :attachment, :direct_connect_gateway_arn) SENSITIVE = [] include Aws::Structure end | 
#direct_connect_gateway_arn ⇒ String
The Direct Connect gateway attachment ARN.
| 2490 2491 2492 2493 2494 2495 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2490 class DirectConnectGatewayAttachment < Struct.new( :attachment, :direct_connect_gateway_arn) SENSITIVE = [] include Aws::Structure end |