Class: Aws::IoT::Types::DeleteFleetMetricRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DeleteFleetMetricRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #expected_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected version of the fleet metric to delete.
 - 
  
    
      #metric_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet metric to delete.
 
Instance Attribute Details
#expected_version ⇒ Integer
The expected version of the fleet metric to delete.
      4394 4395 4396 4397 4398 4399  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4394 class DeleteFleetMetricRequest < Struct.new( :metric_name, :expected_version) SENSITIVE = [] include Aws::Structure end  | 
  
#metric_name ⇒ String
The name of the fleet metric to delete.
      4394 4395 4396 4397 4398 4399  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4394 class DeleteFleetMetricRequest < Struct.new( :metric_name, :expected_version) SENSITIVE = [] include Aws::Structure end  |