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_nameString

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

Returns:

  • (String)


730
731
732
733
734
735
736
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 730

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

#destinationString

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

Returns:

  • (String)


730
731
732
733
734
735
736
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 730

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

#destination_arnString

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)


730
731
732
733
734
735
736
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 730

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