Method: Aws::IoT::Types::DeleteCommandRequest#command_id

Defined in:
lib/aws-sdk-iot/types.rb

#command_idString

The unique identifier of the command to be deleted.

Returns:

  • (String)


5030
5031
5032
5033
5034
# File 'lib/aws-sdk-iot/types.rb', line 5030

class DeleteCommandRequest < Struct.new(
  :command_id)
  SENSITIVE = []
  include Aws::Structure
end