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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3062
3063
3064
3065
3066
3067
# File 'lib/aws-sdk-iot/types.rb', line 3062

class CreateCommandResponse < Struct.new(
  :command_id,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#command_idString

The unique identifier for the command.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
# File 'lib/aws-sdk-iot/types.rb', line 3062

class CreateCommandResponse < Struct.new(
  :command_id,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end