Class: Aws::IoT::Types::DeleteCommandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteCommandRequest
- Defined in:
- gems/aws-sdk-iot/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.
5037 5038 5039 5040 5041 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5037 class DeleteCommandRequest < Struct.new( :command_id) SENSITIVE = [] include Aws::Structure end |