Class: Aws::IoT::Types::CommandExecutionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#command_arnString

The Amazon Resource Name (ARN) of the command execution.

Returns:

  • (String)


2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2277

class CommandExecutionSummary < Struct.new(
  :command_arn,
  :execution_id,
  :target_arn,
  :status,
  :created_at,
  :started_at,
  :completed_at)
  SENSITIVE = []
  include Aws::Structure
end

#completed_atTime

The date and time at which the command completed executing on the target device.

Returns:

  • (Time)


2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2277

class CommandExecutionSummary < Struct.new(
  :command_arn,
  :execution_id,
  :target_arn,
  :status,
  :created_at,
  :started_at,
  :completed_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time at which the command execution was created for the target device.

Returns:

  • (Time)


2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2277

class CommandExecutionSummary < Struct.new(
  :command_arn,
  :execution_id,
  :target_arn,
  :status,
  :created_at,
  :started_at,
  :completed_at)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The unique identifier of the command execution.

Returns:

  • (String)


2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2277

class CommandExecutionSummary < Struct.new(
  :command_arn,
  :execution_id,
  :target_arn,
  :status,
  :created_at,
  :started_at,
  :completed_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The date and time at which the command started executing on the target device.

Returns:

  • (Time)


2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2277

class CommandExecutionSummary < Struct.new(
  :command_arn,
  :execution_id,
  :target_arn,
  :status,
  :created_at,
  :started_at,
  :completed_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the command executions.

Returns:

  • (String)


2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2277

class CommandExecutionSummary < Struct.new(
  :command_arn,
  :execution_id,
  :target_arn,
  :status,
  :created_at,
  :started_at,
  :completed_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The Amazon Resource Name (ARN) of the target device for which the command is being executed.

Returns:

  • (String)


2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2277

class CommandExecutionSummary < Struct.new(
  :command_arn,
  :execution_id,
  :target_arn,
  :status,
  :created_at,
  :started_at,
  :completed_at)
  SENSITIVE = []
  include Aws::Structure
end