Method: Aws::IoT::Types::DeleteCustomMetricRequest#metric_name
- Defined in:
- lib/aws-sdk-iot/types.rb
#metric_name ⇒ String
The name of the custom metric.
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 |