ReplaceContentEntry
public struct ReplaceContentEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.
Declaration
Swift
public let content: Data?
-
The file mode to apply during conflict resoltion.
Declaration
Swift
public let fileMode: FileModeTypeEnum?
-
The path of the conflicting file.
Declaration
Swift
public let filePath: String
-
The replacement type to use when determining how to resolve the conflict.
Declaration
Swift
public let replacementType: ReplacementTypeEnum
-
Undocumented
Declaration
Swift
public init(content: Data? = nil, fileMode: FileModeTypeEnum? = nil, filePath: String, replacementType: ReplacementTypeEnum)
-
Declaration
Swift
public func validate(name: String) throws