Class: Aws::Types::UpdateTrackerRequest

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:



1440
1441
1442
# File 'sig/types.rbs', line 1440

def description
  @description
end

#event_bridge_enabledBoolean

Returns the value of attribute event_bridge_enabled.

Returns:



1442
1443
1444
# File 'sig/types.rbs', line 1442

def event_bridge_enabled
  @event_bridge_enabled
end

#kms_key_enable_geospatial_queriesBoolean

Returns the value of attribute kms_key_enable_geospatial_queries.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1437
1438
1439
# File 'sig/types.rbs', line 1437

def tracker_name
  @tracker_name
end