ApplicationInfo
public struct ApplicationInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The application ID.
Declaration
Swift
public let applicationId: String? -
The application name.
Declaration
Swift
public let applicationName: String? -
The destination platform type for deployment of the application (Lambda or Server).
Declaration
Swift
public let computePlatform: ComputePlatform? -
The time at which the application was created.
Declaration
Swift
public let createTime: TimeStamp? -
The name for a connection to a GitHub account.
Declaration
Swift
public let gitHubAccountName: String? -
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
Declaration
Swift
public let linkedToGitHub: Bool? -
Undocumented
Declaration
Swift
public init(applicationId: String? = nil, applicationName: String? = nil, computePlatform: ComputePlatform? = nil, createTime: TimeStamp? = nil, gitHubAccountName: String? = nil, linkedToGitHub: Bool? = nil)
View on GitHub
ApplicationInfo Structure Reference