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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet ⇒ Types::Subnet

Information about the subnet.

Returns:



16069
16070
16071
16072
16073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16069

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