toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
bedrockagent
/
aws.sdk.kotlin.services.bedrockagent.model
/
AgentAliasHistoryEvent
Agent
Alias
History
Event
class
AgentAliasHistoryEvent
History event for an alias for an Agent.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
end
Date
Link copied to clipboard
val
endDate
:
Instant
?
Time Stamp.
routing
Configuration
Link copied to clipboard
val
routingConfiguration
:
List
<
AgentAliasRoutingConfigurationListItem
>
?
Routing configuration for an Agent alias.
start
Date
Link copied to clipboard
val
startDate
:
Instant
?
Time Stamp.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
AgentAliasHistoryEvent.Builder
.
(
)
->
Unit
=
{}
)
:
AgentAliasHistoryEvent
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String