Class: Aws::IoT::Types::DeleteCommandExecutionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::DeleteCommandExecutionRequest
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the command execution that you want to delete from your account. 
- 
  
    
      #target_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Number (ARN) of the target device for which you want to delete command executions. 
Instance Attribute Details
#execution_id ⇒ String
The unique identifier of the command execution that you want to delete from your account.
| 4862 4863 4864 4865 4866 4867 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4862 class DeleteCommandExecutionRequest < Struct.new( :execution_id, :target_arn) SENSITIVE = [] include Aws::Structure end | 
#target_arn ⇒ String
The Amazon Resource Number (ARN) of the target device for which you want to delete command executions.
| 4862 4863 4864 4865 4866 4867 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4862 class DeleteCommandExecutionRequest < Struct.new( :execution_id, :target_arn) SENSITIVE = [] include Aws::Structure end |