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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16706
16707
16708
16709
16710
16711
# File 'lib/aws-sdk-rds/types.rb', line 16706

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

#reference_detailsTypes::ReferenceDetails

The details of a performance issue.



16706
16707
16708
16709
16710
16711
# File 'lib/aws-sdk-rds/types.rb', line 16706

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