Class: Aws::LocationService::Types::DescribeTrackerResponse

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

Overview

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)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description for the tracker resource.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_bridge_enabledBoolean

Whether UPDATE events from this tracker in EventBridge are enabled. If set to true these events will be sent to EventBridge.

Returns:

  • (Boolean)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_enable_geospatial_queriesBoolean

Enables GeospatialQueries for a tracker that uses a Amazon Web Services KMS customer managed key.

This parameter is only used if you are using a KMS customer managed key.

If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key.

You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the KmsKeyEnableGeospatialQueries parameter to true when creating or updating a Tracker.

Returns:

  • (Boolean)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#position_filteringString

The position filtering method of the tracker resource.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

Always returns RequestBasedUsage.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_plan_data_sourceString

No longer used. Always returns an empty string.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the tracker resource.

Returns:

  • (Hash<String,String>)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tracker_arnString

The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services.

  • Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker

^

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tracker_nameString

The name of the tracker resource.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

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

Returns:

  • (Time)


2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2776

class DescribeTrackerResponse < Struct.new(
  :create_time,
  :description,
  :event_bridge_enabled,
  :kms_key_enable_geospatial_queries,
  :kms_key_id,
  :position_filtering,
  :pricing_plan,
  :pricing_plan_data_source,
  :tags,
  :tracker_arn,
  :tracker_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end