toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
costexplorer
/
aws.sdk.kotlin.services.costexplorer.model
/
MatchOption
Match
Option
sealed
class
MatchOption
Inheritors
Absent
CaseInsensitive
CaseSensitive
Contains
EndsWith
Equals
GreaterThanOrEqual
StartsWith
SdkUnknown
Members
Types
Absent
Link copied to clipboard
object
Absent
:
MatchOption
Case
Insensitive
Link copied to clipboard
object
CaseInsensitive
:
MatchOption
Case
Sensitive
Link copied to clipboard
object
CaseSensitive
:
MatchOption
Companion
Link copied to clipboard
object
Companion
Contains
Link copied to clipboard
object
Contains
:
MatchOption
Ends
With
Link copied to clipboard
object
EndsWith
:
MatchOption
Equals
Link copied to clipboard
object
Equals
:
MatchOption
Greater
Than
Or
Equal
Link copied to clipboard
object
GreaterThanOrEqual
:
MatchOption
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MatchOption
Starts
With
Link copied to clipboard
object
StartsWith
:
MatchOption
Properties
value
Link copied to clipboard
abstract
val
value
:
String