Class: Aws::IoT::Types::CreateCustomMetricResponse

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_arnString

The Amazon Resource Number (ARN) of the custom metric. For example, arn:aws-partition:iot:region:accountId:custommetric/metricName

Returns:

  • (String)


2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2489

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

#metric_nameString

The name of the custom metric to be used in the metric report.

Returns:

  • (String)


2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2489

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