Class: Aws::Types::GetDevicePositionHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDevicePositionHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#end_time_exclusive ⇒ ::Time
Returns the value of attribute end_time_exclusive.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time_inclusive ⇒ ::Time
Returns the value of attribute start_time_inclusive.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
635 636 637 |
# File 'sig/types.rbs', line 635 def device_id @device_id end |
#end_time_exclusive ⇒ ::Time
Returns the value of attribute end_time_exclusive.
638 639 640 |
# File 'sig/types.rbs', line 638 def end_time_exclusive @end_time_exclusive end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
639 640 641 |
# File 'sig/types.rbs', line 639 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
636 637 638 |
# File 'sig/types.rbs', line 636 def next_token @next_token end |
#start_time_inclusive ⇒ ::Time
Returns the value of attribute start_time_inclusive.
637 638 639 |
# File 'sig/types.rbs', line 637 def start_time_inclusive @start_time_inclusive end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
634 635 636 |
# File 'sig/types.rbs', line 634 def tracker_name @tracker_name end |