CancelCommandRequest

public struct CancelCommandRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the command you want to cancel.

    Declaration

    Swift

    public let commandId: String
  • (Optional) A list of instance IDs on which you want to cancel the command. If not provided, the command is canceled on every instance on which it was requested.

    Declaration

    Swift

    public let instanceIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(commandId: String, instanceIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws