Class: Aws::LocationService::Types::DescribeTrackerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeTrackerResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the tracker resource was created in [ ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
. -
#description ⇒ String
The optional description for the tracker resource.
-
#event_bridge_enabled ⇒ Boolean
Whether
UPDATE
events from this tracker in EventBridge are enabled. -
#kms_key_enable_geospatial_queries ⇒ Boolean
Enables
GeospatialQueries
for a tracker that uses a [Amazon Web Services KMS customer managed key][1]. -
#kms_key_id ⇒ String
A key identifier for an [Amazon Web Services KMS customer managed key][1] assigned to the Amazon Location resource.
-
#position_filtering ⇒ String
The position filtering method of the tracker resource.
-
#pricing_plan ⇒ String
Always returns
RequestBasedUsage
. -
#pricing_plan_data_source ⇒ String
No longer used.
-
#tags ⇒ Hash<String,String>
The tags associated with the tracker resource.
-
#tracker_arn ⇒ String
The Amazon Resource Name (ARN) for the tracker resource.
-
#tracker_name ⇒ String
The name of the tracker resource.
-
#update_time ⇒ Time
The timestamp for when the tracker resource was last updated in [ ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
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
.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description for the tracker resource.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#event_bridge_enabled ⇒ Boolean
Whether UPDATE
events from this tracker in EventBridge are
enabled. If set to true
these events will be sent to EventBridge.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#kms_key_enable_geospatial_queries ⇒ Boolean
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.
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.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#position_filtering ⇒ String
The position filtering method of the tracker resource.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
Always returns RequestBasedUsage
.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#pricing_plan_data_source ⇒ String
No longer used. Always returns an empty string.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the tracker resource.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#tracker_arn ⇒ String
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
^
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The name of the tracker resource.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the tracker resource was last updated in
ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2792 class DescribeTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :description, :pricing_plan, :pricing_plan_data_source, :tags, :create_time, :update_time, :kms_key_id, :position_filtering, :event_bridge_enabled, :kms_key_enable_geospatial_queries) SENSITIVE = [] include Aws::Structure end |