Class: Aws::RDS::Types::Metric

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

Overview

The representation of a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_queryTypes::MetricQuery

The query to retrieve metric data points.

Returns:



16491
16492
16493
16494
16495
16496
16497
16498
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16491

class Metric < Struct.new(
  :name,
  :references,
  :statistics_details,
  :metric_query)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a metric.

Returns:

  • (String)


16491
16492
16493
16494
16495
16496
16497
16498
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16491

class Metric < Struct.new(
  :name,
  :references,
  :statistics_details,
  :metric_query)
  SENSITIVE = []
  include Aws::Structure
end

#referencesArray<Types::MetricReference>

A list of metric references (thresholds).

Returns:



16491
16492
16493
16494
16495
16496
16497
16498
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16491

class Metric < Struct.new(
  :name,
  :references,
  :statistics_details,
  :metric_query)
  SENSITIVE = []
  include Aws::Structure
end

#statistics_detailsString

The details of different statistics for a metric. The description might contain markdown.

Returns:

  • (String)


16491
16492
16493
16494
16495
16496
16497
16498
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16491

class Metric < Struct.new(
  :name,
  :references,
  :statistics_details,
  :metric_query)
  SENSITIVE = []
  include Aws::Structure
end