toggle menu
AWS SDK for Kotlin
1.4.80
common
switch theme
Skip to Main Content
redshift
/
aws.sdk.kotlin.services.redshift.model
/
DataShareStatusForProducer
Data
Share
Status
For
Producer
sealed
class
DataShareStatusForProducer
Inheritors
Active
Authorized
Deauthorized
PendingAuthorization
Rejected
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
DataShareStatusForProducer
Authorized
Link copied to clipboard
object
Authorized
:
DataShareStatusForProducer
Companion
Link copied to clipboard
object
Companion
Deauthorized
Link copied to clipboard
object
Deauthorized
:
DataShareStatusForProducer
Pending
Authorization
Link copied to clipboard
object
PendingAuthorization
:
DataShareStatusForProducer
Rejected
Link copied to clipboard
object
Rejected
:
DataShareStatusForProducer
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataShareStatusForProducer
Properties
value
Link copied to clipboard
abstract
val
value
:
String