ApplicationCodeConfigurationUpdate
public struct ApplicationCodeConfigurationUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes updates to the code content type.
Declaration
Swift
public let codeContentTypeUpdate: CodeContentType?
-
Describes updates to the code content of an application.
Declaration
Swift
public let codeContentUpdate: CodeContentUpdate?
-
Undocumented
Declaration
Swift
public init(codeContentTypeUpdate: CodeContentType? = nil, codeContentUpdate: CodeContentUpdate? = nil)
-
Declaration
Swift
public func validate(name: String) throws