CodeContentDescription
public struct CodeContentDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The checksum that can be used to validate zip-format code.
Declaration
Swift
public let codeMD5: String?
-
The size in bytes of the application code. Can be used to validate zip-format code.
Declaration
Swift
public let codeSize: Int64?
-
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
Declaration
Swift
public let s3ApplicationCodeLocationDescription: S3ApplicationCodeLocationDescription?
-
The text-format code
Declaration
Swift
public let textContent: String?
-
Undocumented
Declaration
Swift
public init(codeMD5: String? = nil, codeSize: Int64? = nil, s3ApplicationCodeLocationDescription: S3ApplicationCodeLocationDescription? = nil, textContent: String? = nil)