DescribeStacksOutput

public struct DescribeStacksOutput : 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 stack structures.

    Declaration

    Swift

    public let stacks: [Stack]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, stacks: [Stack]? = nil)