Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435

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)

2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435

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)

2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435

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)

2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435

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)

2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435

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)

2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435

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)

2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435

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