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 `
      2489 2490 2491 2492 2493 2494  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2489 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.
      2489 2490 2491 2492 2493 2494  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2489 class CreateCustomMetricResponse < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end  |