Class: Aws::CloudWatch::Types::DeleteResourceMetricsConfigurationInput

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

Overview

Specifies the resource ARN for a DeleteResourceMetricsConfiguration request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn ⇒ String

The Amazon Resource Name (ARN) of the Amazon Web Services resource to delete the resource metrics configuration for.

Returns:

  • (String)


820
821
822
823
824
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 820

class DeleteResourceMetricsConfigurationInput < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end