Class: Aws::IoT::Types::CreateCommandResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateCommandResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_arn ⇒ String
The Amazon Resource Number (ARN) of the command.
-
#command_id ⇒ String
The unique identifier for the command.
Instance Attribute Details
#command_arn ⇒ String
The Amazon Resource Number (ARN) of the command. For example, ‘arn:aws:iot:<region>:<accountid>:command/<commandId>`
2827 2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-iot/types.rb', line 2827 class CreateCommandResponse < Struct.new( :command_id, :command_arn) SENSITIVE = [] include Aws::Structure end |
#command_id ⇒ String
The unique identifier for the command.
2827 2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-iot/types.rb', line 2827 class CreateCommandResponse < Struct.new( :command_id, :command_arn) SENSITIVE = [] include Aws::Structure end |