AWS SDK for Kotlin
Toggle table of contents
1.5.105
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrock
/
aws.sdk.kotlin.services.bedrock.model
/
ConfigurationOwner
Configuration
Owner
sealed
class
ConfigurationOwner
Inheritors
Account
SdkUnknown
Members
Types
Account
Link copied to clipboard
object
Account
:
ConfigurationOwner
Configuration owned by the account
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConfigurationOwner
Properties
value
Link copied to clipboard
abstract
val
value
:
String