Class: Aws::NetworkManager::Types::UpdateVpcAttachmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_attachmentTypes::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