ListStacksOutput

public struct ListStacksOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

    Declaration

    Swift

    public let nextToken: String?
  • A list of StackSummary structures containing information about the specified stacks.

    Declaration

    Swift

    public let stackSummaries: [StackSummary]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, stackSummaries: [StackSummary]? = nil)