Class: Aws::IoT::Types::CreateCustomMetricResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateCustomMetricResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_arn ⇒ String
The Amazon Resource Number (ARN) of the custom metric.
-
#metric_name ⇒ String
The name of the custom metric to be used in the metric report.
Instance Attribute Details
#metric_arn ⇒ String
The Amazon Resource Number (ARN) of the custom metric. For example,
arn:aws-partition:iot:region:accountId:custommetric/metricName
2562 2563 2564 2565 2566 2567 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2562 class CreateCustomMetricResponse < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the custom metric to be used in the metric report.
2562 2563 2564 2565 2566 2567 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2562 class CreateCustomMetricResponse < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |