AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
neptunedata
/
aws.sdk.kotlin.services.neptunedata.model
/
IteratorType
Iterator
Type
sealed
class
IteratorType
Inheritors
AfterSequenceNumber
AtSequenceNumber
Latest
TrimHorizon
SdkUnknown
Members
Types
After
Sequence
Number
Link copied to clipboard
object
AfterSequenceNumber
:
IteratorType
At
Sequence
Number
Link copied to clipboard
object
AtSequenceNumber
:
IteratorType
Companion
Link copied to clipboard
object
Companion
Latest
Link copied to clipboard
object
Latest
:
IteratorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IteratorType
Trim
Horizon
Link copied to clipboard
object
TrimHorizon
:
IteratorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String