Class: Aws::IoT::Types::GetCommandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetCommandRequest
- 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 for which you want to retrieve information.
Instance Attribute Details
#command_id ⇒ String
The unique identifier of the command for which you want to retrieve information.
8113 8114 8115 8116 8117 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8113 class GetCommandRequest < Struct.new( :command_id) SENSITIVE = [] include Aws::Structure end |