ArchiveOutputSettings
public struct ArchiveOutputSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Settings specific to the container type of the file.
Declaration
Swift
public let containerSettings: ArchiveContainerSettings
-
Output file extension. If excluded, this will be auto-selected from the container type.
Declaration
Swift
public let `extension`: String?
-
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
Declaration
Swift
public let nameModifier: String?
-
Undocumented
Declaration
Swift
public init(containerSettings: ArchiveContainerSettings, extension: String? = nil, nameModifier: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws