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::UpdateCommandResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_idString

The unique identifier of the command.

Returns:

  • (String)

17396
17397
17398
17399
17400
17401
17402
17403
17404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17396

class UpdateCommandResponse < Struct.new(
  :command_id,
  :display_name,
  :description,
  :deprecated,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#deprecatedBoolean

The boolean that indicates whether the command was deprecated.

Returns:

  • (Boolean)

17396
17397
17398
17399
17400
17401
17402
17403
17404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17396

class UpdateCommandResponse < Struct.new(
  :command_id,
  :display_name,
  :description,
  :deprecated,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The updated text description of the command.

Returns:

  • (String)

17396
17397
17398
17399
17400
17401
17402
17403
17404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17396

class UpdateCommandResponse < Struct.new(
  :command_id,
  :display_name,
  :description,
  :deprecated,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The updated user-friendly display name in the console for the command.

Returns:

  • (String)

17396
17397
17398
17399
17400
17401
17402
17403
17404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17396

class UpdateCommandResponse < Struct.new(
  :command_id,
  :display_name,
  :description,
  :deprecated,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time (epoch timestamp in seconds) when the command was last updated.

Returns:

  • (Time)

17396
17397
17398
17399
17400
17401
17402
17403
17404
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17396

class UpdateCommandResponse < Struct.new(
  :command_id,
  :display_name,
  :description,
  :deprecated,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end