ListCommandsResult

public struct ListCommandsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • (Optional) The list of commands requested by the user.

    Declaration

    Swift

    public let commands: [Command]?
  • (Optional) The token for the next set of items to return. (You received this token from a previous call.)

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(commands: [Command]? = nil, nextToken: String? = nil)