Class: Aws::Types::DescribeTrackerResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrackerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_bridge_enabled ⇒ Boolean
Returns the value of attribute event_bridge_enabled.
-
#kms_key_enable_geospatial_queries ⇒ Boolean
Returns the value of attribute kms_key_enable_geospatial_queries.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#position_filtering ⇒ "TimeBased", ...
Returns the value of attribute position_filtering.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tracker_arn ⇒ ::String
Returns the value of attribute tracker_arn.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
541 542 543 |
# File 'sig/types.rbs', line 541 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
537 538 539 |
# File 'sig/types.rbs', line 537 def description @description end |
#event_bridge_enabled ⇒ Boolean
Returns the value of attribute event_bridge_enabled.
545 546 547 |
# File 'sig/types.rbs', line 545 def event_bridge_enabled @event_bridge_enabled end |
#kms_key_enable_geospatial_queries ⇒ Boolean
Returns the value of attribute kms_key_enable_geospatial_queries.
546 547 548 |
# File 'sig/types.rbs', line 546 def kms_key_enable_geospatial_queries @kms_key_enable_geospatial_queries end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def kms_key_id @kms_key_id end |
#position_filtering ⇒ "TimeBased", ...
Returns the value of attribute position_filtering.
544 545 546 |
# File 'sig/types.rbs', line 544 def position_filtering @position_filtering end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
538 539 540 |
# File 'sig/types.rbs', line 538 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
539 540 541 |
# File 'sig/types.rbs', line 539 def pricing_plan_data_source @pricing_plan_data_source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
540 541 542 |
# File 'sig/types.rbs', line 540 def @tags end |
#tracker_arn ⇒ ::String
Returns the value of attribute tracker_arn.
536 537 538 |
# File 'sig/types.rbs', line 536 def tracker_arn @tracker_arn end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
535 536 537 |
# File 'sig/types.rbs', line 535 def tracker_name @tracker_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
542 543 544 |
# File 'sig/types.rbs', line 542 def update_time @update_time end |