Class: Aws::NetworkManager::Types::GetDirectConnectGatewayAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetDirectConnectGatewayAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the Direct Connect gateway attachment that you want to see details about.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the Direct Connect gateway attachment that you want to see details about.
3028 3029 3030 3031 3032 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3028 class GetDirectConnectGatewayAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |