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.
10844 10845 10846 10847 10848 |
# File 'lib/aws-sdk-ec2/types.rb', line 10844 class CreateSubnetResult < Struct.new( :subnet) SENSITIVE = [] include Aws::Structure end |