CreateTapesOutput
public struct CreateTapesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
Declaration
Swift
public let tapeARNs: [String]?
-
Undocumented
Declaration
Swift
public init(tapeARNs: [String]? = nil)