Class: Aws::LocationService::Types::ListTrackersResponseEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListTrackersResponseEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Contains the tracker resource details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the tracker resource was created in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
-
#description ⇒ String
The description for the tracker resource.
-
#pricing_plan ⇒ String
Always returns ‘RequestBasedUsage`.
-
#pricing_plan_data_source ⇒ String
No longer used.
-
#tracker_name ⇒ String
The name of the tracker resource.
-
#update_time ⇒ Time
The timestamp at which the device’s position was determined.
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the tracker resource was created in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4858 class ListTrackersResponseEntry < Struct.new( :tracker_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the tracker resource.
4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4858 class ListTrackersResponseEntry < Struct.new( :tracker_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
Always returns ‘RequestBasedUsage`.
4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4858 class ListTrackersResponseEntry < Struct.new( :tracker_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#pricing_plan_data_source ⇒ String
No longer used. Always returns an empty string.
4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4858 class ListTrackersResponseEntry < Struct.new( :tracker_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The name of the tracker resource.
4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4858 class ListTrackersResponseEntry < Struct.new( :tracker_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp at which the device’s position was determined. Uses [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4858 class ListTrackersResponseEntry < Struct.new( :tracker_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |