Class: Aws::SSM::Types::SendCommandResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#commandTypes::Command

The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.

Returns:



12050
12051
12052
12053
# File 'lib/aws-sdk-ssm/types.rb', line 12050

class SendCommandResult < Struct.new(
  :command)
  include Aws::Structure
end