Class: Aws::LookoutMetrics::Types::DescribeMetricSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DescribeMetricSetResponse
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the detector that contains the dataset.
-
#creation_time ⇒ Time
The time at which the dataset was created.
-
#dimension_list ⇒ Array<String>
A list of the dimensions chosen for analysis.
-
#last_modification_time ⇒ Time
The time at which the dataset was last modified.
-
#metric_list ⇒ Array<Types::Metric>
A list of the metrics defined by the dataset.
-
#metric_set_arn ⇒ String
The ARN of the dataset.
-
#metric_set_description ⇒ String
The dataset's description.
-
#metric_set_frequency ⇒ String
The interval at which the data will be analyzed for anomalies.
-
#metric_set_name ⇒ String
The name of the dataset.
-
#metric_source ⇒ Types::MetricSource
Contains information about the dataset's source data.
-
#offset ⇒ Integer
The offset in seconds.
-
#timestamp_column ⇒ Types::TimestampColumn
Contains information about the column used for tracking time in your source data.
-
#timezone ⇒ String
The time zone in which the dataset's data was recorded.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the detector that contains the dataset.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the dataset was created.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#dimension_list ⇒ Array<String>
A list of the dimensions chosen for analysis.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time at which the dataset was last modified.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#metric_list ⇒ Array<Types::Metric>
A list of the metrics defined by the dataset.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#metric_set_arn ⇒ String
The ARN of the dataset.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#metric_set_description ⇒ String
The dataset's description.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#metric_set_frequency ⇒ String
The interval at which the data will be analyzed for anomalies.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#metric_set_name ⇒ String
The name of the dataset.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#metric_source ⇒ Types::MetricSource
Contains information about the dataset's source data.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#offset ⇒ Integer
The offset in seconds. Only supported for S3 and Redshift datasources.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#timestamp_column ⇒ Types::TimestampColumn
Contains information about the column used for tracking time in your source data.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The time zone in which the dataset's data was recorded.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1396 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source) SENSITIVE = [] include Aws::Structure end |