Method: Aws::IoT::Types::CreateCommandResponse#command_arn
- Defined in:
- lib/aws-sdk-iot/types.rb
#command_arn ⇒ String
The Amazon Resource Number (ARN) of the command. For example, ‘arn:aws:iot:<region>:<accountid>:command/<commandId>`
3021 3022 3023 3024 3025 3026 |
# File 'lib/aws-sdk-iot/types.rb', line 3021 class CreateCommandResponse < Struct.new( :command_id, :command_arn) SENSITIVE = [] include Aws::Structure end |