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.
6934 6935 6936 |
# File 'sig/types.rbs', line 6934 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6936 6937 6938 |
# File 'sig/types.rbs', line 6936 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6933 6934 6935 |
# File 'sig/types.rbs', line 6933 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6932 6933 6934 |
# File 'sig/types.rbs', line 6932 def next_token @next_token end |
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
6935 6936 6937 |
# File 'sig/types.rbs', line 6935 def route_table_ids @route_table_ids end |