Class: Aws::LookoutMetrics::Types::MetricSetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::MetricSetSummary
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the detector to which the dataset belongs.
-
#creation_time ⇒ Time
The time at which the dataset was created.
-
#last_modification_time ⇒ Time
The time at which the dataset was last modified.
-
#metric_set_arn ⇒ String
The ARN of the dataset.
-
#metric_set_description ⇒ String
The description of the dataset.
-
#metric_set_name ⇒ String
The name of the dataset.
-
#tags ⇒ Hash<String,String>
The dataset's [tags][1].
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the detector to which the dataset belongs.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2225 class MetricSetSummary < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_description, :metric_set_name, :creation_time, :last_modification_time, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the dataset was created.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2225 class MetricSetSummary < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_description, :metric_set_name, :creation_time, :last_modification_time, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time at which the dataset was last modified.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2225 class MetricSetSummary < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_description, :metric_set_name, :creation_time, :last_modification_time, :tags) SENSITIVE = [] include Aws::Structure end |
#metric_set_arn ⇒ String
The ARN of the dataset.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2225 class MetricSetSummary < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_description, :metric_set_name, :creation_time, :last_modification_time, :tags) SENSITIVE = [] include Aws::Structure end |
#metric_set_description ⇒ String
The description of the dataset.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2225 class MetricSetSummary < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_description, :metric_set_name, :creation_time, :last_modification_time, :tags) SENSITIVE = [] include Aws::Structure end |
#metric_set_name ⇒ String
The name of the dataset.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2225 class MetricSetSummary < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_description, :metric_set_name, :creation_time, :last_modification_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The dataset's tags.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2225 class MetricSetSummary < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_description, :metric_set_name, :creation_time, :last_modification_time, :tags) SENSITIVE = [] include Aws::Structure end |