Get Cluster Capacity Provider Associations Result
data class GetClusterCapacityProviderAssociationsResult(val capacityProviders: List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>? = null, val defaultCapacityProviderStrategy: List<ClusterCapacityProviderAssociationsCapacityProviderStrategy>? = null)
Constructors
Link copied to clipboard
fun GetClusterCapacityProviderAssociationsResult(capacityProviders: List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>? = null, defaultCapacityProviderStrategy: List<ClusterCapacityProviderAssociationsCapacityProviderStrategy>? = null)
Types
Properties
Link copied to clipboard
val capacityProviders: List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>? = null
Link copied to clipboard