Class: Aws::EC2::Types::CreateSubnetResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#subnetTypes::Subnet

Information about the subnet.

Returns:



6406
6407
6408
6409
# File 'lib/aws-sdk-ec2/types.rb', line 6406

class CreateSubnetResult < Struct.new(
  :subnet)
  include Aws::Structure
end