Class: Aws::ForecastService::Types::ListMonitorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListMonitorsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitors ⇒ Array<Types::MonitorSummary>
An array of objects that summarize each monitor's properties.
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
Instance Attribute Details
#monitors ⇒ Array<Types::MonitorSummary>
An array of objects that summarize each monitor's properties.
5432 5433 5434 5435 5436 5437 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5432 class ListMonitorsResponse < Struct.new( :monitors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
5432 5433 5434 5435 5436 5437 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5432 class ListMonitorsResponse < Struct.new( :monitors, :next_token) SENSITIVE = [] include Aws::Structure end |