Class: Aws::Types::PerformanceInsightsMetricsDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_display_name::String

Returns the value of attribute metric_display_name.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def metric_display_name
  @metric_display_name
end

#metric_queryTypes::PerformanceInsightsMetricQuery

Returns the value of attribute metric_query.



630
631
632
# File 'sig/types.rbs', line 630

def metric_query
  @metric_query
end

#reference_data::Array[Types::PerformanceInsightsReferenceData]

Returns the value of attribute reference_data.



631
632
633
# File 'sig/types.rbs', line 631

def reference_data
  @reference_data
end

#stats_at_anomaly::Array[Types::PerformanceInsightsStat]

Returns the value of attribute stats_at_anomaly.

Returns:



632
633
634
# File 'sig/types.rbs', line 632

def stats_at_anomaly
  @stats_at_anomaly
end

#stats_at_baseline::Array[Types::PerformanceInsightsStat]

Returns the value of attribute stats_at_baseline.

Returns:



633
634
635
# File 'sig/types.rbs', line 633

def stats_at_baseline
  @stats_at_baseline
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def unit
  @unit
end