Class: Aws::Types::ListDevicePositionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDevicePositionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_geometry ⇒ Types::TrackingFilterGeometry
Returns the value of attribute filter_geometry.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#filter_geometry ⇒ Types::TrackingFilterGeometry
Returns the value of attribute filter_geometry.
835 836 837 |
# File 'sig/types.rbs', line 835 def filter_geometry @filter_geometry end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
833 834 835 |
# File 'sig/types.rbs', line 833 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
834 835 836 |
# File 'sig/types.rbs', line 834 def next_token @next_token end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
832 833 834 |
# File 'sig/types.rbs', line 832 def tracker_name @tracker_name end |