Class: Aws::Types::ListServersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_value ⇒ ::String
Returns the value of attribute filter_value.
-
#group_id_filter ⇒ ::Array[Types::Group]
Returns the value of attribute group_id_filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#server_criteria ⇒ "NOT_DEFINED", ...
Returns the value of attribute server_criteria.
-
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
Instance Attribute Details
#filter_value ⇒ ::String
Returns the value of attribute filter_value.
451 452 453 |
# File 'sig/types.rbs', line 451 def filter_value @filter_value end |
#group_id_filter ⇒ ::Array[Types::Group]
Returns the value of attribute group_id_filter.
452 453 454 |
# File 'sig/types.rbs', line 452 def group_id_filter @group_id_filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
453 454 455 |
# File 'sig/types.rbs', line 453 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
454 455 456 |
# File 'sig/types.rbs', line 454 def next_token @next_token end |
#server_criteria ⇒ "NOT_DEFINED", ...
Returns the value of attribute server_criteria.
455 456 457 |
# File 'sig/types.rbs', line 455 def server_criteria @server_criteria end |
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
456 457 458 |
# File 'sig/types.rbs', line 456 def sort @sort end |