Class: Aws::NetworkManager::Types::DirectConnectGatewayAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DirectConnectGatewayAttachment
- Includes:
- Structure
- Defined in:
- 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.
2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2472 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.
2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2472 class DirectConnectGatewayAttachment < Struct.new( :attachment, :direct_connect_gateway_arn) SENSITIVE = [] include Aws::Structure end |