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.
3901 3902 3903 3904 3905 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3901 class GetVpcAttachmentResponse < Struct.new( :vpc_attachment) SENSITIVE = [] include Aws::Structure end |