DescribeCachediSCSIVolumesInput
public struct DescribeCachediSCSIVolumesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
Declaration
Swift
public let volumeARNs: [String] -
Undocumented
Declaration
Swift
public init(volumeARNs: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeCachediSCSIVolumesInput Structure Reference