DescribeVTLDevicesInput
public struct DescribeVTLDevicesInput : AWSShape
extension StorageGateway.DescribeVTLDevicesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let gatewayARN: String
-
Specifies that the number of VTL devices described be limited to the specified number.
Declaration
Swift
public let limit: Int?
-
An opaque string that indicates the position at which to begin describing the VTL devices.
Declaration
Swift
public let marker: String?
-
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device. All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
Declaration
Swift
public let vTLDeviceARNs: [String]?
-
Undocumented
Declaration
Swift
public init(gatewayARN: String, limit: Int? = nil, marker: String? = nil, vTLDeviceARNs: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> StorageGateway.DescribeVTLDevicesInput