ListPlaybackKeyPairsRequest

public struct ListPlaybackKeyPairsRequest : AWSShape
extension IVS.ListPlaybackKeyPairsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The first key pair to retrieve. This is used for pagination; see the nextToken response field.

    Declaration

    Swift

    public let maxResults: Int?
  • Maximum number of key pairs to return.

    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
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IVS.ListPlaybackKeyPairsRequest