Class: Aws::LookoutMetrics::Types::ListAnomalyGroupTimeSeriesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arnString

The Amazon Resource Name (ARN) of the anomaly detector.

Returns:

  • (String)


1986
1987
1988
1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1986

class ListAnomalyGroupTimeSeriesRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_id,
  :metric_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_group_idString

The ID of the anomaly group.

Returns:

  • (String)


1986
1987
1988
1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1986

class ListAnomalyGroupTimeSeriesRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_id,
  :metric_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


1986
1987
1988
1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1986

class ListAnomalyGroupTimeSeriesRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_id,
  :metric_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the measure field.

Returns:

  • (String)


1986
1987
1988
1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1986

class ListAnomalyGroupTimeSeriesRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_id,
  :metric_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

Returns:

  • (String)


1986
1987
1988
1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1986

class ListAnomalyGroupTimeSeriesRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_id,
  :metric_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end