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

#subnetTypes::Subnet

Information about the subnet.

Returns:



10895
10896
10897
10898
10899
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10895

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