| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Budgets.Types.ActionHistoryDetails
Description
Documentation
data ActionHistoryDetails Source #
The description of the details for the event.
See: newActionHistoryDetails smart constructor.
Constructors
| ActionHistoryDetails' | |
Instances
newActionHistoryDetails Source #
Arguments
| :: Text | |
| -> Action | |
| -> ActionHistoryDetails |
Create a value of ActionHistoryDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:message:ActionHistoryDetails', actionHistoryDetails_message - Undocumented member.
$sel:action:ActionHistoryDetails', actionHistoryDetails_action - The budget action resource.
actionHistoryDetails_message :: Lens' ActionHistoryDetails Text Source #
Undocumented member.
actionHistoryDetails_action :: Lens' ActionHistoryDetails Action Source #
The budget action resource.