Class: Aws::NetworkManager::Types::GetVpcAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetVpcAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_attachment ⇒ Types::VpcAttachment
Returns details about a VPC attachment.
Instance Attribute Details
#vpc_attachment ⇒ Types::VpcAttachment
Returns details about a VPC attachment.
3919 3920 3921 3922 3923 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3919 class GetVpcAttachmentResponse < Struct.new( :vpc_attachment) SENSITIVE = [] include Aws::Structure end |