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

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

Overview

Contains the output of CreateSubnet.

Instance Attribute Summary collapse

Instance Attribute Details

#subnetTypes::Subnet

Information about the subnet.

Returns:



3751
3752
3753
3754
# File 'lib/aws-sdk-ec2/types.rb', line 3751

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