AutomaticTapeCreationPolicyInfo
public struct AutomaticTapeCreationPolicyInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that 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]? = nil, gatewayARN: String? = nil)