Class: Aws::Types::CreateTrackerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrackerRequest
- 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.
-
#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_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
370 371 372 |
# File 'sig/types.rbs', line 370 def description @description end |
#event_bridge_enabled ⇒ Boolean
Returns the value of attribute event_bridge_enabled.
373 374 375 |
# File 'sig/types.rbs', line 373 def event_bridge_enabled @event_bridge_enabled end |
#kms_key_enable_geospatial_queries ⇒ Boolean
Returns the value of attribute kms_key_enable_geospatial_queries.
374 375 376 |
# File 'sig/types.rbs', line 374 def kms_key_enable_geospatial_queries @kms_key_enable_geospatial_queries end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def kms_key_id @kms_key_id end |
#position_filtering ⇒ "TimeBased", ...
Returns the value of attribute position_filtering.
372 373 374 |
# File 'sig/types.rbs', line 372 def position_filtering @position_filtering end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
367 368 369 |
# File 'sig/types.rbs', line 367 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
369 370 371 |
# File 'sig/types.rbs', line 369 def pricing_plan_data_source @pricing_plan_data_source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
371 372 373 |
# File 'sig/types.rbs', line 371 def end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
366 367 368 |
# File 'sig/types.rbs', line 366 def tracker_name @tracker_name end |