Class: Aws::Types::GetCapacityManagerMetricDataResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_data_results::Array[Types::MetricDataResult]

Returns the value of attribute metric_data_results.

Returns:



9719
9720
9721
# File 'sig/types.rbs', line 9719

def metric_data_results
  @metric_data_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9720
9721
9722
# File 'sig/types.rbs', line 9720

def next_token
  @next_token
end