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.
7104 7105 7106 |
# File 'sig/types.rbs', line 7104 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7103 7104 7105 |
# File 'sig/types.rbs', line 7103 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7102 7103 7104 |
# File 'sig/types.rbs', line 7102 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7101 7102 7103 |
# File 'sig/types.rbs', line 7101 def next_token @next_token end |
#route_server_ids ⇒ ::Array[::String]
Returns the value of attribute route_server_ids.
7100 7101 7102 |
# File 'sig/types.rbs', line 7100 def route_server_ids @route_server_ids end |