Available in Classic
This is an activity history.
Syntax
The syntax is as follows.
private String activityNo;
private String autoScalingGroupName;
private CommonCode status;
private String statusMessage;
private String actionCause;
private String description;
private String details;
private Date startTime;
private Date endTime;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
activityNo |
String | Required | Activity number
|
autoScalingGroupName |
String | Required | Autoscaling group name |
status |
CommonCode | Required | Condition |
statusMessage |
String | Optional | Status message |
actionCause |
String | Required | Action cause |
description |
String | Optional | Description for the activity log |
details |
String | Optional | Detailed description for the activity log |
startTime |
Date | Required | Start date and time (YYYY-MM-DDThh:mm:ssZ) |
endTime |
Date | Optional | End date and time (YYYY-MM-DDThh:mm:ssZ) |