Class: Aws::IoT::Types::CreateCustomMetricResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateCustomMetricResponse
- Includes:
- Structure
- Defined in:
- 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 `
2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-iot/types.rb', line 2580 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.
2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-iot/types.rb', line 2580 class CreateCustomMetricResponse < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |