Application

public struct Application : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.

    Declaration

    Swift

    public let additionalInfo: [String : String]?
  • Arguments for Amazon EMR to pass to the application.

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String?
  • The version of the application.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(additionalInfo: [String : String]? = nil, args: [String]? = nil, name: String? = nil, version: String? = nil)