executionEndDateTime property
The date and time the plugin was finished running. Date and time are written
in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7.
The following sample AWS CLI command uses the InvokedAfter
filter.
aws ssm list-commands --filters
key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin has not started to run, the string is empty.
Implementation
final String? executionEndDateTime;