Class: Aws::Types::BatchGetRumMetricDefinitionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_definitions::Array[Types::MetricDefinition]

Returns the value of attribute metric_definitions.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def metric_definitions
  @metric_definitions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def next_token
  @next_token
end