Class: Aws::DataZone::Types::ListTimeSeriesDataPointsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.

Returns:

  • (String)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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_atTime

The timestamp at which the data points that you wanted to list ended.

Returns:

  • (Time)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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_identifierString

The ID of the asset for which you want to list data points.

Returns:

  • (String)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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_typeString

The type of the asset for which you want to list data points.

Returns:

  • (String)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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_nameString

The name of the time series data points form.

Returns:

  • (String)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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_resultsInteger

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.

Returns:

  • (Integer)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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_tokenString

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.

Returns:

  • (String)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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_atTime

The timestamp at which the data points that you want to list started.

Returns:

  • (Time)


8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8037

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