Class: Aws::NetworkManager::Types::GetVpcAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetVpcAttachmentRequest
- 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 attachment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the attachment.
3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3889 class GetVpcAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |