Aws Lightsail Instance Properties Response
constructor(addOns: List<AddOnResponse>? = null, availabilityZone: String? = null, blueprintId: String? = null, bundleId: String? = null, hardware: HardwareResponse? = null, instanceArn: String? = null, instanceName: String? = null, isStaticIp: Boolean? = null, keyPairName: String? = null, location: LocationResponse? = null, networking: NetworkingResponse? = null, privateIpAddress: String? = null, publicIpAddress: String? = null, resourceType: String? = null, sshKeyName: String? = null, state: StateResponse? = null, supportCode: String? = null, tags: List<TagResponse>? = null, userData: String? = null, userName: String? = null)