SendCommandResult

public struct SendCommandResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.

    Declaration

    Swift

    public let command: Command?
  • Undocumented

    Declaration

    Swift

    public init(command: Command? = nil)