AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockdataautomation
/
aws.sdk.kotlin.services.bedrockdataautomation.model
/
LibraryIngestionJobOperationType
Library
Ingestion
Job
Operation
Type
sealed
class
LibraryIngestionJobOperationType
DataAutomationLibraryIngestionJob operation type
Inheritors
Delete
Upsert
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delete
Link copied to clipboard
object
Delete
:
LibraryIngestionJobOperationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LibraryIngestionJobOperationType
Upsert
Link copied to clipboard
object
Upsert
:
LibraryIngestionJobOperationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String