Provides details of the MarkerRecorded event.

コード例 #1
0
ファイル: HistoryEvent.cs プロジェクト: rguarino4/aws-sdk-net
 public HistoryEvent WithMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)
 {
     this.markerRecordedEventAttributes = markerRecordedEventAttributes;
     return this;
 }