Instance constructor

Instance({
  1. String? agentVersion,
  2. String? amiId,
  3. Architecture? architecture,
  4. String? arn,
  5. AutoScalingType? autoScalingType,
  6. String? availabilityZone,
  7. List<BlockDeviceMapping>? blockDeviceMappings,
  8. String? createdAt,
  9. bool? ebsOptimized,
  10. String? ec2InstanceId,
  11. String? ecsClusterArn,
  12. String? ecsContainerInstanceArn,
  13. String? elasticIp,
  14. String? hostname,
  15. String? infrastructureClass,
  16. bool? installUpdatesOnBoot,
  17. String? instanceId,
  18. String? instanceProfileArn,
  19. String? instanceType,
  20. String? lastServiceErrorId,
  21. List<String>? layerIds,
  22. String? os,
  23. String? platform,
  24. String? privateDns,
  25. String? privateIp,
  26. String? publicDns,
  27. String? publicIp,
  28. String? registeredBy,
  29. String? reportedAgentVersion,
  30. ReportedOs? reportedOs,
  31. RootDeviceType? rootDeviceType,
  32. String? rootDeviceVolumeId,
  33. List<String>? securityGroupIds,
  34. String? sshHostDsaKeyFingerprint,
  35. String? sshHostRsaKeyFingerprint,
  36. String? sshKeyName,
  37. String? stackId,
  38. String? status,
  39. String? subnetId,
  40. String? tenancy,
  41. VirtualizationType? virtualizationType,
})

Implementation

Instance({
  this.agentVersion,
  this.amiId,
  this.architecture,
  this.arn,
  this.autoScalingType,
  this.availabilityZone,
  this.blockDeviceMappings,
  this.createdAt,
  this.ebsOptimized,
  this.ec2InstanceId,
  this.ecsClusterArn,
  this.ecsContainerInstanceArn,
  this.elasticIp,
  this.hostname,
  this.infrastructureClass,
  this.installUpdatesOnBoot,
  this.instanceId,
  this.instanceProfileArn,
  this.instanceType,
  this.lastServiceErrorId,
  this.layerIds,
  this.os,
  this.platform,
  this.privateDns,
  this.privateIp,
  this.publicDns,
  this.publicIp,
  this.registeredBy,
  this.reportedAgentVersion,
  this.reportedOs,
  this.rootDeviceType,
  this.rootDeviceVolumeId,
  this.securityGroupIds,
  this.sshHostDsaKeyFingerprint,
  this.sshHostRsaKeyFingerprint,
  this.sshKeyName,
  this.stackId,
  this.status,
  this.subnetId,
  this.tenancy,
  this.virtualizationType,
});