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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



16783
16784
16785
16786
16787
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16783

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