Class: Aws::NetworkManager::Types::UpdateVpcAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateVpcAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_attachment ⇒ Types::VpcAttachment
Describes the updated VPC attachment.
Instance Attribute Details
#vpc_attachment ⇒ Types::VpcAttachment
Describes the updated VPC attachment.
6142 6143 6144 6145 6146 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6142 class UpdateVpcAttachmentResponse < Struct.new( :vpc_attachment) SENSITIVE = [] include Aws::Structure end |