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.
16814 16815 16816 |
# File 'sig/types.rbs', line 16814 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
16811 16812 16813 |
# File 'sig/types.rbs', line 16811 def filters @filters end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
16810 16811 16812 |
# File 'sig/types.rbs', line 16810 def local_gateway_route_table_id @local_gateway_route_table_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
16812 16813 16814 |
# File 'sig/types.rbs', line 16812 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
16813 16814 16815 |
# File 'sig/types.rbs', line 16813 def next_token @next_token end |