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.
4836 4837 4838 4839 4840 |
# File 'lib/aws-sdk-iot/types.rb', line 4836 class DeleteCommandRequest < Struct.new( :command_id) SENSITIVE = [] include Aws::Structure end |