UpdateAutomaticTapeCreationPolicyInput
public struct UpdateAutomaticTapeCreationPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
Declaration
Swift
public let automaticTapeCreationRules: [AutomaticTapeCreationRule]
-
Undocumented
Declaration
Swift
public let gatewayARN: String
-
Undocumented
Declaration
Swift
public init(automaticTapeCreationRules: [AutomaticTapeCreationRule], gatewayARN: String)
-
Declaration
Swift
public func validate(name: String) throws