toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
budgets
/
aws.sdk.kotlin.services.budgets.model
/
ActionHistoryDetails
Action
History
Details
class
ActionHistoryDetails
The description of the details for the event.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
action
Link copied to clipboard
val
action
:
Action
?
The budget action resource.
message
Link copied to clipboard
val
message
:
String
A generic string.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ActionHistoryDetails.Builder
.
(
)
->
Unit
=
{}
)
:
ActionHistoryDetails
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