GetClustersClusterSoftwareInfo

data class GetClustersClusterSoftwareInfo(val clusterType: String, val emrVer: String, val softwares: List<GetClustersClusterSoftwareInfoSoftware>)

Constructors

Link copied to clipboard
constructor(clusterType: String, emrVer: String, softwares: List<GetClustersClusterSoftwareInfoSoftware>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cluster type:

Link copied to clipboard

E-MapReduce version number.

Link copied to clipboard