Classic環境で利用できます。
活動履歴です。
構文
構文は次の通りです。
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;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
activityNo |
String | Required | 活動番号
|
autoScalingGroupName |
String | Required | オートスケールグループ名 |
status |
CommonCode | Required | 状態 |
statusMessage |
String | Optional | 状態メッセージ |
actionCause |
String | Required | アクションの原因 |
description |
String | Optional | 活動ログに関する説明 |
details |
String | Optional | 活動ログに関する詳細説明 |
startTime |
Date | Required | 開始日時(YYYY-MM-DDThh:mm:ssZ) |
endTime |
Date | Optional | 終了日時(YYYY-MM-DDThh:mm:ssZ) |