AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizerautomation
/
aws.sdk.kotlin.services.computeoptimizerautomation.model
/
RuleType
Rule
Type
sealed
class
RuleType
Inheritors
AccountRule
OrganizationalRule
SdkUnknown
Members
Types
Account
Rule
Link copied to clipboard
object
AccountRule
:
RuleType
Companion
Link copied to clipboard
object
Companion
Organizational
Rule
Link copied to clipboard
object
OrganizationalRule
:
RuleType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RuleType
Properties
value
Link copied to clipboard
abstract
val
value
:
String