Class: Aws::IoT::Types::DescribeCustomMetricRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeCustomMetricRequest
- 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
#metric_name ⇒ String
The name of the custom metric.
5438 5439 5440 5441 5442 |
# File 'lib/aws-sdk-iot/types.rb', line 5438 class DescribeCustomMetricRequest < Struct.new( :metric_name) SENSITIVE = [] include Aws::Structure end |