ListScriptsOutput

public struct ListScriptsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

    Declaration

    Swift

    public let nextToken: String?
  • A set of properties describing the requested script.

    Declaration

    Swift

    public let scripts: [Script]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, scripts: [Script]? = nil)