AWS SDK for Kotlin
Toggle table of contents
1.5.111
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizer
/
aws.sdk.kotlin.services.computeoptimizer.model
/
RecommendationSourceType
Recommendation
Source
Type
sealed
class
RecommendationSourceType
Inheritors
AuroraDbClusterStorage
AutoScalingGroup
EbsVolume
Ec2Instance
EcsService
LambdaFunction
License
NatGateway
RdsDbInstance
RdsDbInstanceStorage
SdkUnknown
Members
Types
Aurora
Db
Cluster
Storage
Link copied to clipboard
object
AuroraDbClusterStorage
:
RecommendationSourceType
Auto
Scaling
Group
Link copied to clipboard
object
AutoScalingGroup
:
RecommendationSourceType
Companion
Link copied to clipboard
object
Companion
Ebs
Volume
Link copied to clipboard
object
EbsVolume
:
RecommendationSourceType
Ec2Instance
Link copied to clipboard
object
Ec2Instance
:
RecommendationSourceType
Ecs
Service
Link copied to clipboard
object
EcsService
:
RecommendationSourceType
Lambda
Function
Link copied to clipboard
object
LambdaFunction
:
RecommendationSourceType
License
Link copied to clipboard
object
License
:
RecommendationSourceType
Nat
Gateway
Link copied to clipboard
object
NatGateway
:
RecommendationSourceType
Rds
Db
Instance
Link copied to clipboard
object
RdsDbInstance
:
RecommendationSourceType
Rds
Db
Instance
Storage
Link copied to clipboard
object
RdsDbInstanceStorage
:
RecommendationSourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecommendationSourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String