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

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:



11888
11889
11890
11891
11892
# File 'lib/aws-sdk-ec2/types.rb', line 11888

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