AWS SDK for Kotlin
Toggle table of contents
1.6.76
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcorecontrol
/
aws.sdk.kotlin.services.bedrockagentcorecontrol.model
/
GatewayRuleStatus
Gateway
Rule
Status
sealed
class
GatewayRuleStatus
Inheritors
Active
Creating
Deleting
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
GatewayRuleStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
GatewayRuleStatus
Deleting
Link copied to clipboard
object
Deleting
:
GatewayRuleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GatewayRuleStatus
Updating
Link copied to clipboard
object
Updating
:
GatewayRuleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String