Class: Aws::IoT::Types::UpdateCommandRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 to be updated.

Returns:

  • (String)


17359
17360
17361
17362
17363
17364
17365
17366
# File 'lib/aws-sdk-iot/types.rb', line 17359

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

#deprecatedBoolean

A boolean that you can use to specify whether to deprecate a command.

Returns:

  • (Boolean)


17359
17360
17361
17362
17363
17364
17365
17366
# File 'lib/aws-sdk-iot/types.rb', line 17359

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

#descriptionString

A short text description of the command.

Returns:

  • (String)


17359
17360
17361
17362
17363
17364
17365
17366
# File 'lib/aws-sdk-iot/types.rb', line 17359

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

#display_nameString

The new user-friendly name to use in the console for the command.

Returns:

  • (String)


17359
17360
17361
17362
17363
17364
17365
17366
# File 'lib/aws-sdk-iot/types.rb', line 17359

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