Class: Aws::Types::MetricInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_dimensions ⇒ ::Hash[::String, ::String]

Returns the value of attribute metric_dimensions.

Returns:

  • (::Hash[::String, ::String])


259
260
261
# File 'sig/types.rbs', line 259

def metric_dimensions
  @metric_dimensions
end

#metric_name ⇒ ::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def metric_name
  @metric_name
end

#metric_namespace ⇒ ::String

Returns the value of attribute metric_namespace.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def metric_namespace
  @metric_namespace
end

#metric_statistic_recommendation ⇒ ::String

Returns the value of attribute metric_statistic_recommendation.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def metric_statistic_recommendation
  @metric_statistic_recommendation
end