Class: Aws::EC2::Types::CreateDefaultSubnetResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnetTypes::Subnet

Information about the subnet.

Returns:



10917
10918
10919
10920
10921
# File 'lib/aws-sdk-ec2/types.rb', line 10917

class CreateDefaultSubnetResult < Struct.new(
  :subnet)
  SENSITIVE = []
  include Aws::Structure
end