Class: Aws::Types::ListDevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#latest_heartbeat_after ⇒ ::Time
Returns the value of attribute latest_heartbeat_after.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def device_fleet_name @device_fleet_name end |
#latest_heartbeat_after ⇒ ::Time
Returns the value of attribute latest_heartbeat_after.
7518 7519 7520 |
# File 'sig/types.rbs', line 7518 def latest_heartbeat_after @latest_heartbeat_after end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7517 7518 7519 |
# File 'sig/types.rbs', line 7517 def max_results @max_results end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
7519 7520 7521 |
# File 'sig/types.rbs', line 7519 def model_name @model_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7516 7517 7518 |
# File 'sig/types.rbs', line 7516 def next_token @next_token end |