Class: Aws::DataZone::Types::ListTimeSeriesDataPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListTimeSeriesDataPointsInput
- Defined in:
- gems/aws-sdk-datazone/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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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.
13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13587 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 |