Class: Aws::SSM::Types::SendCommandResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::SendCommandResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command ⇒ Types::Command
The request as it was received by Systems Manager.
Instance Attribute Details
#command ⇒ Types::Command
The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.
17151 17152 17153 17154 17155 |
# File 'lib/aws-sdk-ssm/types.rb', line 17151 class SendCommandResult < Struct.new( :command) SENSITIVE = [] include Aws::Structure end |