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.
3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3283 class GetDirectConnectGatewayAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |