Class: Aws::IoT::Types::CommandSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Summary information about a particular command resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_arnString

The Amazon Resource Name (ARN) of the command.

Returns:

  • (String)


2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2429

class CommandSummary < Struct.new(
  :command_arn,
  :command_id,
  :display_name,
  :deprecated,
  :created_at,
  :last_updated_at,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#command_idString

The unique identifier of the command.

Returns:

  • (String)


2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2429

class CommandSummary < Struct.new(
  :command_arn,
  :command_id,
  :display_name,
  :deprecated,
  :created_at,
  :last_updated_at,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp, when the command was created.

Returns:

  • (Time)


2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2429

class CommandSummary < Struct.new(
  :command_arn,
  :command_id,
  :display_name,
  :deprecated,
  :created_at,
  :last_updated_at,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#deprecatedBoolean

Indicates whether the command has been deprecated.

Returns:

  • (Boolean)


2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2429

class CommandSummary < Struct.new(
  :command_arn,
  :command_id,
  :display_name,
  :deprecated,
  :created_at,
  :last_updated_at,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the command.

Returns:

  • (String)


2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2429

class CommandSummary < Struct.new(
  :command_arn,
  :command_id,
  :display_name,
  :deprecated,
  :created_at,
  :last_updated_at,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp, when the command was last updated.

Returns:

  • (Time)


2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2429

class CommandSummary < Struct.new(
  :command_arn,
  :command_id,
  :display_name,
  :deprecated,
  :created_at,
  :last_updated_at,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#pending_deletionBoolean

Indicates whether the command is pending deletion.

Returns:

  • (Boolean)


2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2429

class CommandSummary < Struct.new(
  :command_arn,
  :command_id,
  :display_name,
  :deprecated,
  :created_at,
  :last_updated_at,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end