Class: Aws::LocationService::Types::ListTrackersResponseEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Contains the tracker resource details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4860

class ListTrackersResponseEntry < Struct.new(
  :tracker_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the tracker resource.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4860

class ListTrackersResponseEntry < Struct.new(
  :tracker_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

Always returns RequestBasedUsage.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4860

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_sourceString

No longer used. Always returns an empty string.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4860

class ListTrackersResponseEntry < Struct.new(
  :tracker_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tracker_nameString

The name of the tracker resource.

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4860

class ListTrackersResponseEntry < Struct.new(
  :tracker_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4860

class ListTrackersResponseEntry < Struct.new(
  :tracker_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end