Class: Aws::IoT::Types::CommandExecutionSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::CommandExecutionSummary
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Summary information about a particular command execution.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #command_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the command execution. 
- 
  
    
      #completed_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time at which the command completed executing on the target device. 
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time at which the command execution was created for the target device. 
- 
  
    
      #execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the command execution. 
- 
  
    
      #started_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time at which the command started executing on the target device. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the command executions. 
- 
  
    
      #target_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the target device for which the command is being executed. 
Instance Attribute Details
#command_arn ⇒ String
The Amazon Resource Name (ARN) of the command execution.
| 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2283 class CommandExecutionSummary < Struct.new( :command_arn, :execution_id, :target_arn, :status, :created_at, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end | 
#completed_at ⇒ Time
The date and time at which the command completed executing on the target device.
| 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2283 class CommandExecutionSummary < Struct.new( :command_arn, :execution_id, :target_arn, :status, :created_at, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end | 
#created_at ⇒ Time
The date and time at which the command execution was created for the target device.
| 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2283 class CommandExecutionSummary < Struct.new( :command_arn, :execution_id, :target_arn, :status, :created_at, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end | 
#execution_id ⇒ String
The unique identifier of the command execution.
| 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2283 class CommandExecutionSummary < Struct.new( :command_arn, :execution_id, :target_arn, :status, :created_at, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end | 
#started_at ⇒ Time
The date and time at which the command started executing on the target device.
| 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2283 class CommandExecutionSummary < Struct.new( :command_arn, :execution_id, :target_arn, :status, :created_at, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the command executions.
| 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2283 class CommandExecutionSummary < Struct.new( :command_arn, :execution_id, :target_arn, :status, :created_at, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end | 
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target device for which the command is being executed.
| 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2283 class CommandExecutionSummary < Struct.new( :command_arn, :execution_id, :target_arn, :status, :created_at, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end |