Class: Aws::Types::MetricResultV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collections::Array[Types::MetricDataV2]

Returns the value of attribute collections.

Returns:



5717
5718
5719
# File 'sig/types.rbs', line 5717

def collections
  @collections
end

#dimensions::Hash[::String, ::String]

Returns the value of attribute dimensions.

Returns:

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


5715
5716
5717
# File 'sig/types.rbs', line 5715

def dimensions
  @dimensions
end

#metric_intervalTypes::MetricInterval

Returns the value of attribute metric_interval.



5716
5717
5718
# File 'sig/types.rbs', line 5716

def metric_interval
  @metric_interval
end