RawString
public struct RawString : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
Declaration
Swift
public let content: String?
-
The SHA256 hash value of the revision content.
Declaration
Swift
public let sha256: String?
-
Undocumented
Declaration
Swift
public init(content: String? = nil, sha256: String? = nil)