Class: Aws::RDS::Types::MetricReference

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

Overview

The reference (threshold) for a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric reference.

Returns:

  • (String)


16527
16528
16529
16530
16531
16532
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16527

class MetricReference < Struct.new(
  :name,
  :reference_details)
  SENSITIVE = []
  include Aws::Structure
end

#reference_detailsTypes::ReferenceDetails

The details of a performance issue.



16527
16528
16529
16530
16531
16532
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16527

class MetricReference < Struct.new(
  :name,
  :reference_details)
  SENSITIVE = []
  include Aws::Structure
end