InstanceInformation constructor
InstanceInformation({
- String? activationId,
- String? agentVersion,
- InstanceAggregatedAssociationOverview? associationOverview,
- String? associationStatus,
- String? computerName,
- String? iPAddress,
- String? iamRole,
- String? instanceId,
- bool? isLatestVersion,
- DateTime? lastAssociationExecutionDate,
- DateTime? lastPingDateTime,
- DateTime? lastSuccessfulAssociationExecutionDate,
- String? name,
- PingStatus? pingStatus,
- String? platformName,
- PlatformType? platformType,
- String? platformVersion,
- DateTime? registrationDate,
- 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,
});