Class: Aws::LocationService::Types::ForecastGeofenceEventsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distance_unitString

The distance unit for the forecasted events.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3084

class ForecastGeofenceEventsResponse < Struct.new(
  :forecasted_events,
  :next_token,
  :distance_unit,
  :speed_unit)
  SENSITIVE = []
  include Aws::Structure
end

#forecasted_eventsArray<Types::ForecastedEvent>

The list of forecasted events.

Returns:



3084
3085
3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3084

class ForecastGeofenceEventsResponse < Struct.new(
  :forecasted_events,
  :next_token,
  :distance_unit,
  :speed_unit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3084

class ForecastGeofenceEventsResponse < Struct.new(
  :forecasted_events,
  :next_token,
  :distance_unit,
  :speed_unit)
  SENSITIVE = []
  include Aws::Structure
end

#speed_unitString

The speed unit for the forecasted events.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3084

class ForecastGeofenceEventsResponse < Struct.new(
  :forecasted_events,
  :next_token,
  :distance_unit,
  :speed_unit)
  SENSITIVE = []
  include Aws::Structure
end