toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
artifact
/
aws.sdk.kotlin.services.artifact.model
/
PublishedState
Published
State
sealed
class
PublishedState
Inheritors
Published
Unpublished
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Published
Link copied to clipboard
object
Published
:
PublishedState
The resource is published for consumption.
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PublishedState
Unpublished
Link copied to clipboard
object
Unpublished
:
PublishedState
The resource is not published for consumption.
Properties
value
Link copied to clipboard
abstract
val
value
:
String