ListEnvironmentsResult

public struct ListEnvironmentsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of environment identifiers.

    Declaration

    Swift

    public let environmentIds: [String]?
  • If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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