Class: Aws::Types::ListMetricAttributionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_attributions ⇒ ::Array[Types::MetricAttributionSummary]

Returns the value of attribute metric_attributions.

Returns:



1106
1107
1108
# File 'sig/types.rbs', line 1106

def metric_attributions
  @metric_attributions
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def next_token
  @next_token
end