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.
13260 13261 13262 13263 13264 |
# File 'lib/aws-sdk-ec2/types.rb', line 13260 class CreateVpcResult < Struct.new( :vpc) SENSITIVE = [] include Aws::Structure end |