Class: Aws::IoT::Types::DeleteCommandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteCommandRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_id ⇒ String
The unique identifier of the command to be deleted.
Instance Attribute Details
#command_id ⇒ String
The unique identifier of the command to be deleted.
4840 4841 4842 4843 4844 |
# File 'lib/aws-sdk-iot/types.rb', line 4840 class DeleteCommandRequest < Struct.new( :command_id) SENSITIVE = [] include Aws::Structure end |