AppDetails
public struct AppDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the app.
Declaration
Swift
public let appName: String? -
The type of app.
Declaration
Swift
public let appType: AppType? -
The creation time.
Declaration
Swift
public let creationTime: TimeStamp? -
The domain ID.
Declaration
Swift
public let domainId: String? -
The status.
Declaration
Swift
public let status: AppStatus? -
The user profile name.
Declaration
Swift
public let userProfileName: String?
View on GitHub
AppDetails Structure Reference