Class: Aws::IoT::Types::DeleteCustomMetricRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteCustomMetricRequest
- 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
-
#metric_name ⇒ String
The name of the custom metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the custom metric.
5718 5719 5720 5721 5722 |
# File 'lib/aws-sdk-iot/types.rb', line 5718 class DeleteCustomMetricRequest < Struct.new( :metric_name) SENSITIVE = [] include Aws::Structure end |