Information about the state of an EC2 instance.
Exemplo n.º 1
0
 public OutTimeState(InstanceState state)
 {
     HasBeenRebooted = false;
     TimeRemoved = SystemTime.Now;
     State = state;
 }