Class: Aws::ForecastService::Types::ListMonitorsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitorsArray<Types::MonitorSummary>

An array of objects that summarize each monitor's properties.

Returns:



5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5217

class ListMonitorsResponse < Struct.new(
  :monitors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


5217
5218
5219
5220
5221
5222
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5217

class ListMonitorsResponse < Struct.new(
  :monitors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end