Class: Aws::Types::ListMetricValuesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_datum_list::Array[Types::MetricDatum]

Returns the value of attribute metric_datum_list.

Returns:



3339
3340
3341
# File 'sig/types.rbs', line 3339

def metric_datum_list
  @metric_datum_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3340
3341
3342
# File 'sig/types.rbs', line 3340

def next_token
  @next_token
end