Class: Aws::EC2::Types::CreateVpcResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#vpcTypes::Vpc

Information about the VPC.

Returns:



7336
7337
7338
7339
# File 'lib/aws-sdk-ec2/types.rb', line 7336

class CreateVpcResult < Struct.new(
  :vpc)
  include Aws::Structure
end