Method: Aws::IoT::Types::GetCommandExecutionResponse#completed_at

Defined in:
lib/aws-sdk-iot/types.rb

#completed_atTime

The timestamp, when the command execution was completed.



8322
8323
8324
8325
8326
8327
8328
8329
8330
8331
8332
8333
8334
8335
8336
8337
8338
# File 'lib/aws-sdk-iot/types.rb', line 8322

class GetCommandExecutionResponse < Struct.new(
  :execution_id,
  :command_arn,
  :target_arn,
  :status,
  :status_reason,
  :result,
  :parameters,
  :execution_timeout_seconds,
  :created_at,
  :last_updated_at,
  :started_at,
  :completed_at,
  :time_to_live)
  SENSITIVE = []
  include Aws::Structure
end