ListVPCEConfigurationsRequest

public struct ListVPCEConfigurationsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An integer that specifies the maximum number of items you want to return in the API response.

    Declaration

    Swift

    public let maxResults: Int?
  • An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws