Class: Aws::CloudWatchRUM::Types::DeleteRumMetricsDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_monitor_name ⇒ String

The name of the app monitor that is sending metrics to the destination that you want to delete.

Returns:

  • (String)


809
810
811
812
813
814
815
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 809

class DeleteRumMetricsDestinationRequest < Struct.new(
  :app_monitor_name,
  :destination,
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end

#destination ⇒ String

The type of destination to delete. Valid values are CloudWatch and Evidently.

Returns:

  • (String)


809
810
811
812
813
814
815
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 809

class DeleteRumMetricsDestinationRequest < Struct.new(
  :app_monitor_name,
  :destination,
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arn ⇒ String

This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter. This parameter specifies the ARN of the Evidently experiment that corresponds to the destination to delete.

Returns:

  • (String)


809
810
811
812
813
814
815
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 809

class DeleteRumMetricsDestinationRequest < Struct.new(
  :app_monitor_name,
  :destination,
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end