Class: Aws::Types::CreateTrackerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def description
  @description
end

#event_bridge_enabledBoolean

Returns the value of attribute event_bridge_enabled.

Returns:

  • (Boolean)


373
374
375
# File 'sig/types.rbs', line 373

def event_bridge_enabled
  @event_bridge_enabled
end

#kms_key_enable_geospatial_queriesBoolean

Returns the value of attribute kms_key_enable_geospatial_queries.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("TimeBased", "DistanceBased", "AccuracyBased")


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.

Returns:

  • ("RequestBasedUsage", "MobileAssetTracking", "MobileAssetManagement")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


371
372
373
# File 'sig/types.rbs', line 371

def tags
  @tags
end

#tracker_name::String

Returns the value of attribute tracker_name.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def tracker_name
  @tracker_name
end