Class: Aws::IoT::Types::CreateCommandResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_arnString

The Amazon Resource Number (ARN) of the command. For example, arn:aws:iot:<region>:<accountid>:command/<commandId>

Returns:

  • (String)


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_idString

The unique identifier for the command.

Returns:

  • (String)


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