AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fsx
/
aws.sdk.kotlin.services.fsx.model
/
S3AccessPointAttachmentLifecycle
S3Access
Point
Attachment
Lifecycle
sealed
class
S3AccessPointAttachmentLifecycle
Inheritors
Available
Creating
Deleting
Failed
Updating
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
S3AccessPointAttachmentLifecycle
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
S3AccessPointAttachmentLifecycle
Deleting
Link copied to clipboard
object
Deleting
:
S3AccessPointAttachmentLifecycle
Failed
Link copied to clipboard
object
Failed
:
S3AccessPointAttachmentLifecycle
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
S3AccessPointAttachmentLifecycle
Updating
Link copied to clipboard
object
Updating
:
S3AccessPointAttachmentLifecycle
Properties
value
Link copied to clipboard
abstract
val
value
:
String