Class: Aws::Types::DescribeRouteServersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRouteServersRequest
- 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_server_ids ⇒ ::Array[::String]
Returns the value of attribute route_server_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7194 7195 7196 |
# File 'sig/types.rbs', line 7194 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7193 7194 7195 |
# File 'sig/types.rbs', line 7193 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7192 7193 7194 |
# File 'sig/types.rbs', line 7192 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7191 7192 7193 |
# File 'sig/types.rbs', line 7191 def next_token @next_token end |
#route_server_ids ⇒ ::Array[::String]
Returns the value of attribute route_server_ids.
7190 7191 7192 |
# File 'sig/types.rbs', line 7190 def route_server_ids @route_server_ids end |