Class: Aws::EC2::Types::CreateRouteTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateRouteTableResult
- Includes:
- Structure
- Defined in:
- 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.
10334 10335 10336 10337 10338 |
# File 'lib/aws-sdk-ec2/types.rb', line 10334 class CreateRouteTableResult < Struct.new( :route_table) SENSITIVE = [] include Aws::Structure end |