ListVolumesInput
public struct ListVolumesInput : AWSShape
extension StorageGateway.ListVolumesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let gatewayARN: String? -
Specifies that the list of volumes returned be limited to the specified number of items.
Declaration
Swift
public let limit: Int? -
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(gatewayARN: String? = nil, limit: Int? = nil, marker: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> StorageGateway.ListVolumesInput
View on GitHub
ListVolumesInput Structure Reference