ListAuthorizersRequest

public struct ListAuthorizersRequest : AWSShape
extension IoT.ListAuthorizersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Return the list of authorizers in ascending alphabetical order.

    Declaration

    Swift

    public let ascendingOrder: Bool?
  • A marker used to get the next set of results.

    Declaration

    Swift

    public let marker: String?
  • The maximum number of results to return at one time.

    Declaration

    Swift

    public let pageSize: Int?
  • The status of the list authorizers request.

    Declaration

    Swift

    public let status: AuthorizerStatus?
  • Undocumented

    Declaration

    Swift

    public init(ascendingOrder: Bool? = nil, marker: String? = nil, pageSize: Int? = nil, status: AuthorizerStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListAuthorizersRequest