Class: Aws::IoT::Types::DescribeCustomMetricRequest

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)


5326
5327
5328
5329
5330
# File 'lib/aws-sdk-iot/types.rb', line 5326

class DescribeCustomMetricRequest < Struct.new(
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end