GetComputeEnvironmentResult

data class GetComputeEnvironmentResult(val computeEnvironmentArn: String? = null, val computeResources: ComputeEnvironmentComputeResources? = null, val serviceRole: String? = null, val state: String? = null, val unmanagedvCpus: Int? = null)

Constructors

Link copied to clipboard
fun GetComputeEnvironmentResult(computeEnvironmentArn: String? = null, computeResources: ComputeEnvironmentComputeResources? = null, serviceRole: String? = null, state: String? = null, unmanagedvCpus: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val serviceRole: String? = null
Link copied to clipboard
val state: String? = null
Link copied to clipboard
val unmanagedvCpus: Int? = null