ApplicationCodeConfigurationDescription
public struct ApplicationCodeConfigurationDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes details about the location and format of the application code.
Declaration
Swift
public let codeContentDescription: CodeContentDescription?
-
Specifies whether the code content is in text or zip format.
Declaration
Swift
public let codeContentType: CodeContentType
-
Undocumented
Declaration
Swift
public init(codeContentDescription: CodeContentDescription? = nil, codeContentType: CodeContentType)