Class: Aws::Types::ListMetricsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_summary_list::Array[Types::MetricSummary]

Returns the value of attribute metric_summary_list.

Returns:



5181
5182
5183
# File 'sig/types.rbs', line 5181

def metric_summary_list
  @metric_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5182
5183
5184
# File 'sig/types.rbs', line 5182

def next_token
  @next_token
end