Class: Aws::Types::DeleteRumMetricsDestinationRequest

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)


181
182
183
# File 'sig/types.rbs', line 181

def app_monitor_name
  @app_monitor_name
end

#destination"CloudWatch", "Evidently"

Returns the value of attribute destination.

Returns:

  • ("CloudWatch", "Evidently")


182
183
184
# File 'sig/types.rbs', line 182

def destination
  @destination
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def destination_arn
  @destination_arn
end