Class: Aws::EC2::Types::CreateDefaultSubnetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateDefaultSubnetResult
- 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.
8442 8443 8444 8445 8446 |
# File 'lib/aws-sdk-ec2/types.rb', line 8442 class CreateDefaultSubnetResult < Struct.new( :subnet) SENSITIVE = [] include Aws::Structure end |