DescribeAppsRequest
public struct DescribeAppsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
Declaration
Swift
public let appIds: [String]? -
The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
Declaration
Swift
public let stackId: String? -
Undocumented
Declaration
Swift
public init(appIds: [String]? = nil, stackId: String? = nil)
View on GitHub
DescribeAppsRequest Structure Reference