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)


17349
17350
17351
17352
17353
17354
17355
17356
17357
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349

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)


17349
17350
17351
17352
17353
17354
17355
17356
17357
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349

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)


17349
17350
17351
17352
17353
17354
17355
17356
17357
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349

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)


17349
17350
17351
17352
17353
17354
17355
17356
17357
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349

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)


17349
17350
17351
17352
17353
17354
17355
17356
17357
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349

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