Class: Aws::DevOpsGuru::Types::CloudWatchMetricsDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dimensionsArray<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_summaryTypes::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_nameString

The name of the CloudWatch metric.

Returns:

  • (String)


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

#namespaceString

The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.

Returns:

  • (String)


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

#periodInteger

The length of time associated with the CloudWatch metric in number of seconds.

Returns:

  • (Integer)


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

#statString

The type of statistic associated with the CloudWatch metric. For more information, see Statistics in the Amazon CloudWatch User Guide.

Returns:

  • (String)


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

#unitString

The unit of measure used for the CloudWatch metric. For example, Bytes, Seconds, Count, and Percent.

Returns:

  • (String)


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