Class: Aws::EC2::Types::CreateRouteTableResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#route_tableTypes::RouteTable

Information about the route table.

Returns:



6174
6175
6176
6177
# File 'lib/aws-sdk-ec2/types.rb', line 6174

class CreateRouteTableResult < Struct.new(
  :route_table)
  include Aws::Structure
end