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.
7458 7459 7460 |
# File 'sig/types.rbs', line 7458 def device_fleet_name @device_fleet_name end |
#latest_heartbeat_after ⇒ ::Time
Returns the value of attribute latest_heartbeat_after.
7456 7457 7458 |
# File 'sig/types.rbs', line 7456 def latest_heartbeat_after @latest_heartbeat_after end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7455 7456 7457 |
# File 'sig/types.rbs', line 7455 def max_results @max_results end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
7457 7458 7459 |
# File 'sig/types.rbs', line 7457 def model_name @model_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7454 7455 7456 |
# File 'sig/types.rbs', line 7454 def next_token @next_token end |