Class: Aws::NetworkManager::Types::CreateVpcAttachmentResponse

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

Provides details about the VPC attachment.



1779
1780
1781
1782
1783
# File 'lib/aws-sdk-networkmanager/types.rb', line 1779

class CreateVpcAttachmentResponse < Struct.new(
  :vpc_attachment)
  SENSITIVE = []
  include Aws::Structure
end