Class: Aws::Types::BatchCreateRumMetricDefinitionsRequest

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)


71
72
73
# File 'sig/types.rbs', line 71

def app_monitor_name
  @app_monitor_name
end

#destination"CloudWatch", "Evidently"

Returns the value of attribute destination.

Returns:

  • ("CloudWatch", "Evidently")


72
73
74
# File 'sig/types.rbs', line 72

def destination
  @destination
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def destination_arn
  @destination_arn
end

#metric_definitions::Array[Types::MetricDefinitionRequest]

Returns the value of attribute metric_definitions.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def metric_definitions
  @metric_definitions
end