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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


6035
6036
6037
6038
6039
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6035

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