ListGatewayGroupsRequest

public struct ListGatewayGroupsRequest : AWSShape
extension AlexaForBusiness.ListGatewayGroupsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of gateway group summaries to return. The default is 50.

    Declaration

    Swift

    public let maxResults: Int?
  • The token used to paginate though multiple pages of gateway group summaries.

    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