Module: Aws::LocationService::Client::_DescribeTrackerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTrackerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #event_bridge_enabled ⇒ Boolean
- #kms_key_enable_geospatial_queries ⇒ Boolean
- #kms_key_id ⇒ ::String
- #position_filtering ⇒ "TimeBased", ...
- #pricing_plan ⇒ "RequestBasedUsage", ...
- #pricing_plan_data_source ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #tracker_arn ⇒ ::String
- #tracker_name ⇒ ::String
- #update_time ⇒ ::Time
Instance Method Details
#create_time ⇒ ::Time
502 |
# File 'sig/client.rbs', line 502
def create_time: () -> ::Time
|
#description ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def description: () -> ::String
|
#event_bridge_enabled ⇒ Boolean
506 |
# File 'sig/client.rbs', line 506
def event_bridge_enabled: () -> bool
|
#kms_key_enable_geospatial_queries ⇒ Boolean
507 |
# File 'sig/client.rbs', line 507
def kms_key_enable_geospatial_queries: () -> bool
|
#kms_key_id ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def kms_key_id: () -> ::String
|
#position_filtering ⇒ "TimeBased", ...
505 |
# File 'sig/client.rbs', line 505
def position_filtering: () -> ("TimeBased" | "DistanceBased" | "AccuracyBased")
|
#pricing_plan ⇒ "RequestBasedUsage", ...
499 |
# File 'sig/client.rbs', line 499
def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
|
#pricing_plan_data_source ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def pricing_plan_data_source: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
501 |
# File 'sig/client.rbs', line 501
def tags: () -> ::Hash[::String, ::String]
|
#tracker_arn ⇒ ::String
497 |
# File 'sig/client.rbs', line 497
def tracker_arn: () -> ::String
|
#tracker_name ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def tracker_name: () -> ::String
|
#update_time ⇒ ::Time
503 |
# File 'sig/client.rbs', line 503
def update_time: () -> ::Time
|