Class: Aws::EC2::Types::CreateSubnetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSubnetResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet ⇒ Types::Subnet
Information about the subnet.
Instance Attribute Details
#subnet ⇒ Types::Subnet
Information about the subnet.
11888 11889 11890 11891 11892 |
# File 'lib/aws-sdk-ec2/types.rb', line 11888 class CreateSubnetResult < Struct.new( :subnet) SENSITIVE = [] include Aws::Structure end |