Class: Aws::IoT::Types::GetCommandRequest

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_idString

The unique identifier of the command for which you want to retrieve information.

Returns:

  • (String)


8113
8114
8115
8116
8117
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8113

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