Class: Aws::IoT::Types::DeleteCustomMetricRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass DeleteCustomMetricRequest data as a hash:

{
  metric_name: "MetricName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the custom metric.

Returns:

  • (String)


5741
5742
5743
5744
5745
# File 'lib/aws-sdk-iot/types.rb', line 5741

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