Class: Aws::Types::DescribeTrackerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:create_time, :update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


541
542
543
# File 'sig/types.rbs', line 541

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def description
  @description
end

#event_bridge_enabledBoolean

Returns the value of attribute event_bridge_enabled.

Returns:

  • (Boolean)


545
546
547
# File 'sig/types.rbs', line 545

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)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

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


540
541
542
# File 'sig/types.rbs', line 540

def tags
  @tags
end

#tracker_arn::String

Returns the value of attribute tracker_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


542
543
544
# File 'sig/types.rbs', line 542

def update_time
  @update_time
end