Class: Aws::DataZone::Types::ListTimeSeriesDataPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListTimeSeriesDataPointsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
-
#ended_at ⇒ Time
The timestamp at which the data points that you wanted to list ended.
-
#entity_identifier ⇒ String
The ID of the asset for which you want to list data points.
-
#entity_type ⇒ String
The type of the asset for which you want to list data points.
-
#form_name ⇒ String
The name of the time series data points form.
-
#max_results ⇒ Integer
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints.
-
#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.
-
#started_at ⇒ Time
The timestamp at which the data points that you want to list started.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The timestamp at which the data points that you wanted to list ended.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the asset for which you want to list data points.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the asset for which you want to list data points.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) SENSITIVE = [] include Aws::Structure end |
#form_name ⇒ String
The name of the time series data points form.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number of data points to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) 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.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp at which the data points that you want to list started.
13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 |
# File 'lib/aws-sdk-datazone/types.rb', line 13563 class ListTimeSeriesDataPointsInput < Struct.new( :domain_identifier, :ended_at, :entity_identifier, :entity_type, :form_name, :max_results, :next_token, :started_at) SENSITIVE = [] include Aws::Structure end |