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.
7473 7474 7475 |
# File 'sig/types.rbs', line 7473 def device_fleet_name @device_fleet_name end |
#latest_heartbeat_after ⇒ ::Time
Returns the value of attribute latest_heartbeat_after.
7471 7472 7473 |
# File 'sig/types.rbs', line 7471 def latest_heartbeat_after @latest_heartbeat_after end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7470 7471 7472 |
# File 'sig/types.rbs', line 7470 def max_results @max_results end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
7472 7473 7474 |
# File 'sig/types.rbs', line 7472 def model_name @model_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7469 7470 7471 |
# File 'sig/types.rbs', line 7469 def next_token @next_token end |