Class: Aws::DataZone::Types::ListTimeSeriesDataPointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListTimeSeriesDataPointsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::TimeSeriesDataPointSummaryFormOutput>
The results of the ListTimeSeriesDataPoints action.
-
#next_token ⇒ String
When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken.
Instance Attribute Details
#items ⇒ Array<Types::TimeSeriesDataPointSummaryFormOutput>
The results of the ListTimeSeriesDataPoints action.
11312 11313 11314 11315 11316 11317 |
# File 'lib/aws-sdk-datazone/types.rb', line 11312 class ListTimeSeriesDataPointsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
11312 11313 11314 11315 11316 11317 |
# File 'lib/aws-sdk-datazone/types.rb', line 11312 class ListTimeSeriesDataPointsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |