Class: Aws::Types::BatchDeleteRumMetricDefinitionsResponse

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::BatchDeleteRumMetricDefinitionsError]

Returns the value of attribute errors.



100
101
102
# File 'sig/types.rbs', line 100

def errors
  @errors
end

#metric_definition_ids::Array[::String]

Returns the value of attribute metric_definition_ids.

Returns:

  • (::Array[::String])


101
102
103
# File 'sig/types.rbs', line 101

def metric_definition_ids
  @metric_definition_ids
end