Class: Aws::IoT::Types::DeleteCommandExecutionRequest

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

#execution_idString

The unique identifier of the command execution that you want to delete from your account.

Returns:

  • (String)


5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5053

class DeleteCommandExecutionRequest < Struct.new(
  :execution_id,
  :target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The Amazon Resource Number (ARN) of the target device for which you want to delete command executions.

Returns:

  • (String)


5053
5054
5055
5056
5057
5058
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5053

class DeleteCommandExecutionRequest < Struct.new(
  :execution_id,
  :target_arn)
  SENSITIVE = []
  include Aws::Structure
end