ListGatewaysRequest
public struct ListGatewaysRequest : AWSShape
extension AlexaForBusiness.ListGatewaysRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The gateway group ARN for which to list gateways.
Declaration
Swift
public let gatewayGroupArn: String?
-
The maximum number of gateway summaries to return. The default is 50.
Declaration
Swift
public let maxResults: Int?
-
The token used to paginate though multiple pages of gateway summaries.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(gatewayGroupArn: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> AlexaForBusiness.ListGatewaysRequest