Class: Aws::EC2::Types::CreateDefaultSubnetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateDefaultSubnetResult
- Defined in:
- gems/aws-sdk-ec2/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.
7977 7978 7979 7980 7981 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7977 class CreateDefaultSubnetResult < Struct.new( :subnet) SENSITIVE = [] include Aws::Structure end |