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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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