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
| 2928 2929 2930 2931 2932 2933 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2928 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.
| 2928 2929 2930 2931 2932 2933 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2928 class CreateCustomMetricResponse < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |