AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
IngestionRequestType
Ingestion
Request
Type
sealed
class
IngestionRequestType
This defines the type of ingestion request. This is returned as part of create ingestion response.
Inheritors
Edit
FullRefresh
IncrementalRefresh
InitialIngestion
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Edit
Link copied to clipboard
object
Edit
:
IngestionRequestType
Full
Refresh
Link copied to clipboard
object
FullRefresh
:
IngestionRequestType
Incremental
Refresh
Link copied to clipboard
object
IncrementalRefresh
:
IngestionRequestType
Initial
Ingestion
Link copied to clipboard
object
InitialIngestion
:
IngestionRequestType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IngestionRequestType
Properties
value
Link copied to clipboard
abstract
val
value
:
String