GetAppResponse
public struct GetAppResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the application.
Declaration
Swift
public let appSummary: AppSummary?
-
The server groups that belong to 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)