Application

public struct Application : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The application name to display.

    Declaration

    Swift

    public let displayName: String?
  • If there is a problem, the application can be disabled after image creation.

    Declaration

    Swift

    public let enabled: Bool?
  • The URL for the application icon. This URL might be time-limited.

    Declaration

    Swift

    public let iconURL: String?
  • The arguments that are passed to the application at launch.

    Declaration

    Swift

    public let launchParameters: String?
  • The path to the application executable in the instance.

    Declaration

    Swift

    public let launchPath: String?
  • Additional attributes that describe the application.

    Declaration

    Swift

    public let metadata: [String : String]?
  • The name of the application.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(displayName: String? = nil, enabled: Bool? = nil, iconURL: String? = nil, launchParameters: String? = nil, launchPath: String? = nil, metadata: [String : String]? = nil, name: String? = nil)