Class: Aws::EC2::Types::CreateVpcResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc ⇒ Types::Vpc
Information about the VPC.
Instance Attribute Details
#vpc ⇒ Types::Vpc
Information about the VPC.
16833 16834 16835 16836 16837 |
# File 'lib/aws-sdk-ec2/types.rb', line 16833 class CreateVpcResult < Struct.new( :vpc) SENSITIVE = [] include Aws::Structure end |