Class: Aws::Types::UpdateRumMetricDefinitionRequest

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)


438
439
440
# File 'sig/types.rbs', line 438

def app_monitor_name
  @app_monitor_name
end

#destination"CloudWatch", "Evidently"

Returns the value of attribute destination.

Returns:

  • ("CloudWatch", "Evidently")


439
440
441
# File 'sig/types.rbs', line 439

def destination
  @destination
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def destination_arn
  @destination_arn
end

#metric_definitionTypes::MetricDefinitionRequest

Returns the value of attribute metric_definition.



441
442
443
# File 'sig/types.rbs', line 441

def metric_definition
  @metric_definition
end

#metric_definition_id::String

Returns the value of attribute metric_definition_id.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def metric_definition_id
  @metric_definition_id
end