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

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 to be updated.

Returns:

  • (String)


17318
17319
17320
17321
17322
17323
17324
17325
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318

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)


17318
17319
17320
17321
17322
17323
17324
17325
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318

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)


17318
17319
17320
17321
17322
17323
17324
17325
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318

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)


17318
17319
17320
17321
17322
17323
17324
17325
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318

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