Class: Aws::Types::CreateRouteTableResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteTableResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#route_table ⇒ Types::RouteTable
Returns the value of attribute route_table.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def client_token @client_token end |
#route_table ⇒ Types::RouteTable
Returns the value of attribute route_table.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def route_table @route_table end |