Method: Aws::IoT::Types::DeleteCommandRequest#command_id
- Defined in:
- lib/aws-sdk-iot/types.rb
#command_id ⇒ String
The unique identifier of the command to be deleted.
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 |