ListGatewaysInput
public struct ListGatewaysInput : AWSShape
extension StorageGateway.ListGatewaysInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies that the list of gateways returned be limited to the specified number of items.
Declaration
Swift
public let limit: Int?
-
An opaque string that indicates the position at which to begin the returned list of gateways.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(limit: Int? = nil, marker: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> StorageGateway.ListGatewaysInput