Class: Aws::Types::BatchCreateRumMetricDefinitionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchCreateRumMetricDefinitionsError]

Returns the value of attribute errors.



79
80
81
# File 'sig/types.rbs', line 79

def errors
  @errors
end

#metric_definitions::Array[Types::MetricDefinition]

Returns the value of attribute metric_definitions.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def metric_definitions
  @metric_definitions
end