Class: Aws::IoT::Types::CreateCommandResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateCommandResponse
- Defined in:
- gems/aws-sdk-iot/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>
2831 2832 2833 2834 2835 2836 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2831 class CreateCommandResponse < Struct.new( :command_id, :command_arn) SENSITIVE = [] include Aws::Structure end |
#command_id ⇒ String
The unique identifier for the command.
2831 2832 2833 2834 2835 2836 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2831 class CreateCommandResponse < Struct.new( :command_id, :command_arn) SENSITIVE = [] include Aws::Structure end |