AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrock
/
aws.sdk.kotlin.services.bedrock.model
/
AttributeType
Attribute
Type
sealed
class
AttributeType
Inheritors
Boolean
Number
String
StringList
SdkUnknown
Members
Types
Boolean
Link copied to clipboard
object
Boolean
:
AttributeType
Companion
Link copied to clipboard
object
Companion
Number
Link copied to clipboard
object
Number
:
AttributeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttributeType
String
Link copied to clipboard
object
String
:
AttributeType
String
List
Link copied to clipboard
object
StringList
:
AttributeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String