ListAcceleratorsResponse

public struct ListAcceleratorsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of accelerators for a customer account.

    Declaration

    Swift

    public let accelerators: [Accelerator]?
  • The token for the next set of results. You receive this token from a previous call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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