ListInvitationsInput

public struct ListInvitationsInput : AWSShape
extension ManagedBlockchain.ListInvitationsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of invitations to return.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token that indicates the next set of results to retrieve.

    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