UpdateAppResponse
public struct UpdateAppResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A summary description of the application.
Declaration
Swift
public let appSummary: AppSummary? -
The updated server groups in the application.
Declaration
Swift
public let serverGroups: [ServerGroup]? -
The tags associated with the application.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(appSummary: AppSummary? = nil, serverGroups: [ServerGroup]? = nil, tags: [Tag]? = nil)
View on GitHub
UpdateAppResponse Structure Reference