ListPlatformVersionsRequest

public struct ListPlatformVersionsRequest : AWSShape
extension ElasticBeanstalk.ListPlatformVersionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.

    Declaration

    Swift

    public let filters: [PlatformFilter]?
  • The maximum number of platform version values returned in one call.

    Declaration

    Swift

    public let maxRecords: Int?
  • For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request. If no NextToken is specified, the first page is retrieved.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(filters: [PlatformFilter]? = nil, maxRecords: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws