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.
14326 14327 14328 14329 14330 |
# File 'lib/aws-sdk-ec2/types.rb', line 14326 class CreateVpcResult < Struct.new( :vpc) SENSITIVE = [] include Aws::Structure end |