Class: Aws::DevOpsGuru::Types::CloudWatchMetricsDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::CloudWatchMetricsDetail
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about an Amazon CloudWatch metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::CloudWatchMetricsDimension>
An array of CloudWatch dimensions associated with.
-
#metric_data_summary ⇒ Types::CloudWatchMetricsDataSummary
This object returns anomaly metric data.
-
#metric_name ⇒ String
The name of the CloudWatch metric.
-
#namespace ⇒ String
The namespace of the CloudWatch metric.
-
#period ⇒ Integer
The length of time associated with the CloudWatch metric in number of seconds.
-
#stat ⇒ String
The type of statistic associated with the CloudWatch metric.
-
#unit ⇒ String
The unit of measure used for the CloudWatch metric.
Instance Attribute Details
#dimensions ⇒ Array<Types::CloudWatchMetricsDimension>
An array of CloudWatch dimensions associated with
437 438 439 440 441 442 443 444 445 446 447 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 437 class CloudWatchMetricsDetail < Struct.new( :metric_name, :namespace, :dimensions, :stat, :unit, :period, :metric_data_summary) SENSITIVE = [] include Aws::Structure end |
#metric_data_summary ⇒ Types::CloudWatchMetricsDataSummary
This object returns anomaly metric data.
437 438 439 440 441 442 443 444 445 446 447 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 437 class CloudWatchMetricsDetail < Struct.new( :metric_name, :namespace, :dimensions, :stat, :unit, :period, :metric_data_summary) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the CloudWatch metric.
437 438 439 440 441 442 443 444 445 446 447 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 437 class CloudWatchMetricsDetail < Struct.new( :metric_name, :namespace, :dimensions, :stat, :unit, :period, :metric_data_summary) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
437 438 439 440 441 442 443 444 445 446 447 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 437 class CloudWatchMetricsDetail < Struct.new( :metric_name, :namespace, :dimensions, :stat, :unit, :period, :metric_data_summary) SENSITIVE = [] include Aws::Structure end |
#period ⇒ Integer
The length of time associated with the CloudWatch metric in number of seconds.
437 438 439 440 441 442 443 444 445 446 447 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 437 class CloudWatchMetricsDetail < Struct.new( :metric_name, :namespace, :dimensions, :stat, :unit, :period, :metric_data_summary) SENSITIVE = [] include Aws::Structure end |
#stat ⇒ String
The type of statistic associated with the CloudWatch metric. For more information, see Statistics in the Amazon CloudWatch User Guide.
437 438 439 440 441 442 443 444 445 446 447 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 437 class CloudWatchMetricsDetail < Struct.new( :metric_name, :namespace, :dimensions, :stat, :unit, :period, :metric_data_summary) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of measure used for the CloudWatch metric. For example,
Bytes
, Seconds
, Count
, and Percent
.
437 438 439 440 441 442 443 444 445 446 447 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 437 class CloudWatchMetricsDetail < Struct.new( :metric_name, :namespace, :dimensions, :stat, :unit, :period, :metric_data_summary) SENSITIVE = [] include Aws::Structure end |