Class: Aws::Types::BatchDeleteRumMetricDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_monitor_name::String

Returns the value of attribute app_monitor_name.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def app_monitor_name
  @app_monitor_name
end

#destination"CloudWatch", "Evidently"

Returns the value of attribute destination.

Returns:

  • ("CloudWatch", "Evidently")


93
94
95
# File 'sig/types.rbs', line 93

def destination
  @destination
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def destination_arn
  @destination_arn
end

#metric_definition_ids::Array[::String]

Returns the value of attribute metric_definition_ids.

Returns:

  • (::Array[::String])


95
96
97
# File 'sig/types.rbs', line 95

def metric_definition_ids
  @metric_definition_ids
end