InstanceFleetStatus class
The status of the instance fleet.
Constructors
- InstanceFleetStatus({InstanceFleetState? state, InstanceFleetStateChangeReason? stateChangeReason, InstanceFleetTimeline? timeline})
- 
          InstanceFleetStatus.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state → InstanceFleetState?
- 
  A code representing the instance fleet status.
  final
- stateChangeReason → InstanceFleetStateChangeReason?
- 
  Provides status change reason details for the instance fleet.
  final
- timeline → InstanceFleetTimeline?
- 
  Provides historical timestamps for the instance fleet, including the time of
creation, the time it became ready to run jobs, and the time of termination.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited