AWS SDK for Kotlin
Toggle table of contents
1.8.29
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
odb
/
aws.sdk.kotlin.services.odb.model
/
ShapeAttribute
Shape
Attribute
sealed
class
ShapeAttribute
Inheritors
BlockStorage
SmartStorage
SdkUnknown
Members
Types
Block
Storage
Link copied to clipboard
object
BlockStorage
:
ShapeAttribute
Block storage shape attribute.
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ShapeAttribute
Smart
Storage
Link copied to clipboard
object
SmartStorage
:
ShapeAttribute
Smart storage shape attribute.
Properties
value
Link copied to clipboard
abstract
val
value
:
String