Class: Aws::IoT::Types::DeleteCustomMetricRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteCustomMetricRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the custom metric.
Instance Attribute Details
permalink #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 |