AWS SDK for Kotlin
Toggle table of contents
1.5.98
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
ExpressGatewayServiceScalingMetric
Express
Gateway
Service
Scaling
Metric
sealed
class
ExpressGatewayServiceScalingMetric
Inheritors
AverageCpuUtilization
AverageMemoryUtilization
RequestCountPerTarget
SdkUnknown
Members
Types
Average
Cpu
Utilization
Link copied to clipboard
object
AverageCpuUtilization
:
ExpressGatewayServiceScalingMetric
Average
Memory
Utilization
Link copied to clipboard
object
AverageMemoryUtilization
:
ExpressGatewayServiceScalingMetric
Companion
Link copied to clipboard
object
Companion
Request
Count
Per
Target
Link copied to clipboard
object
RequestCountPerTarget
:
ExpressGatewayServiceScalingMetric
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExpressGatewayServiceScalingMetric
Properties
value
Link copied to clipboard
abstract
val
value
:
String