Class: Aws::Types::UpdateTrackerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrackerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def description @description end |
#event_bridge_enabled ⇒ Boolean
Returns the value of attribute event_bridge_enabled.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def event_bridge_enabled @event_bridge_enabled end |
#kms_key_enable_geospatial_queries ⇒ Boolean
Returns the value of attribute kms_key_enable_geospatial_queries.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def kms_key_enable_geospatial_queries @kms_key_enable_geospatial_queries end |
#position_filtering ⇒ "TimeBased", ...
Returns the value of attribute position_filtering.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def position_filtering @position_filtering end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def pricing_plan_data_source @pricing_plan_data_source end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def tracker_name @tracker_name end |