InstanceInformation constructor

InstanceInformation({
  1. String? activationId,
  2. String? agentVersion,
  3. InstanceAggregatedAssociationOverview? associationOverview,
  4. String? associationStatus,
  5. String? computerName,
  6. String? iPAddress,
  7. String? iamRole,
  8. String? instanceId,
  9. bool? isLatestVersion,
  10. DateTime? lastAssociationExecutionDate,
  11. DateTime? lastPingDateTime,
  12. DateTime? lastSuccessfulAssociationExecutionDate,
  13. String? name,
  14. PingStatus? pingStatus,
  15. String? platformName,
  16. PlatformType? platformType,
  17. String? platformVersion,
  18. DateTime? registrationDate,
  19. ResourceType? resourceType,
})

Implementation

InstanceInformation({
  this.activationId,
  this.agentVersion,
  this.associationOverview,
  this.associationStatus,
  this.computerName,
  this.iPAddress,
  this.iamRole,
  this.instanceId,
  this.isLatestVersion,
  this.lastAssociationExecutionDate,
  this.lastPingDateTime,
  this.lastSuccessfulAssociationExecutionDate,
  this.name,
  this.pingStatus,
  this.platformName,
  this.platformType,
  this.platformVersion,
  this.registrationDate,
  this.resourceType,
});