toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
autoscaling
/
aws.sdk.kotlin.services.autoscaling.model
/
PredefinedMetricPairType
Predefined
Metric
Pair
Type
sealed
class
PredefinedMetricPairType
Inheritors
AlbRequestCount
AsgcpuUtilization
AsgNetworkIn
AsgNetworkOut
SdkUnknown
Members
Types
Alb
Request
Count
Link copied to clipboard
object
AlbRequestCount
:
PredefinedMetricPairType
Asgcpu
Utilization
Link copied to clipboard
object
AsgcpuUtilization
:
PredefinedMetricPairType
Asg
Network
In
Link copied to clipboard
object
AsgNetworkIn
:
PredefinedMetricPairType
Asg
Network
Out
Link copied to clipboard
object
AsgNetworkOut
:
PredefinedMetricPairType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PredefinedMetricPairType
Properties
value
Link copied to clipboard
abstract
val
value
:
String