Class: Aws::Types::ListOTAUpdatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListOTAUpdatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#ota_update_status ⇒ "CREATE_PENDING", ...
Returns the value of attribute ota_update_status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3358 3359 3360 |
# File 'sig/types.rbs', line 3358 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def next_token @next_token end |
#ota_update_status ⇒ "CREATE_PENDING", ...
Returns the value of attribute ota_update_status.
3360 3361 3362 |
# File 'sig/types.rbs', line 3360 def ota_update_status @ota_update_status end |