Class: Aws::Types::SearchLocalGatewayRoutesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchLocalGatewayRoutesRequest
- 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.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17111 17112 17113 |
# File 'sig/types.rbs', line 17111 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
17108 17109 17110 |
# File 'sig/types.rbs', line 17108 def filters @filters end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
17107 17108 17109 |
# File 'sig/types.rbs', line 17107 def local_gateway_route_table_id @local_gateway_route_table_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
17109 17110 17111 |
# File 'sig/types.rbs', line 17109 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
17110 17111 17112 |
# File 'sig/types.rbs', line 17110 def next_token @next_token end |