Class: Aws::Types::ListDevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_aggregated_status_filter ⇒ "ERROR", ...
Returns the value of attribute device_aggregated_status_filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_filter ⇒ ::String
Returns the value of attribute name_filter.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "DEVICE_ID", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#device_aggregated_status_filter ⇒ "ERROR", ...
Returns the value of attribute device_aggregated_status_filter.
470 471 472 |
# File 'sig/types.rbs', line 470 def device_aggregated_status_filter @device_aggregated_status_filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
471 472 473 |
# File 'sig/types.rbs', line 471 def max_results @max_results end |
#name_filter ⇒ ::String
Returns the value of attribute name_filter.
472 473 474 |
# File 'sig/types.rbs', line 472 def name_filter @name_filter end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
473 474 475 |
# File 'sig/types.rbs', line 473 def next_token @next_token end |
#sort_by ⇒ "DEVICE_ID", ...
Returns the value of attribute sort_by.
474 475 476 |
# File 'sig/types.rbs', line 474 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
475 476 477 |
# File 'sig/types.rbs', line 475 def sort_order @sort_order end |