Method: Aws::IoT::Types::DeleteCustomMetricRequest#metric_name

Defined in:
lib/aws-sdk-iot/types.rb

#metric_nameString

The name of the custom metric.

Returns:

  • (String)


4887
4888
4889
4890
4891
# File 'lib/aws-sdk-iot/types.rb', line 4887

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