Class: Aws::Types::DescribeRouteTablesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRouteTablesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7207 7208 7209 |
# File 'sig/types.rbs', line 7207 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7209 7210 7211 |
# File 'sig/types.rbs', line 7209 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7206 7207 7208 |
# File 'sig/types.rbs', line 7206 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7205 7206 7207 |
# File 'sig/types.rbs', line 7205 def next_token @next_token end |
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
7208 7209 7210 |
# File 'sig/types.rbs', line 7208 def route_table_ids @route_table_ids end |