Method: Aws::IoT::Types::GetCommandExecutionRequest#target_arn
- Defined in:
- lib/aws-sdk-iot/types.rb
#target_arn ⇒ String
The Amazon Resource Number (ARN) of the device on which the command execution is being performed.
8085 8086 8087 8088 8089 8090 8091 |
# File 'lib/aws-sdk-iot/types.rb', line 8085 class GetCommandExecutionRequest < Struct.new( :execution_id, :target_arn, :include_result) SENSITIVE = [] include Aws::Structure end |