Class: Aws::EC2::Types::CreateRouteTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateRouteTableResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_table ⇒ Types::RouteTable
Information about the route table.
Instance Attribute Details
#route_table ⇒ Types::RouteTable
Information about the route table.
11364 11365 11366 11367 11368 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11364 class CreateRouteTableResult < Struct.new( :route_table) SENSITIVE = [] include Aws::Structure end |