UpdateApplicationInput
public struct UpdateApplicationInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current name of the application you want to change.
Declaration
Swift
public let applicationName: String? -
The new name to give the application.
Declaration
Swift
public let newApplicationName: String? -
Undocumented
Declaration
Swift
public init(applicationName: String? = nil, newApplicationName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateApplicationInput Structure Reference