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)


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_idString

The unique identifier for the command.

Returns:

  • (String)


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